Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Collect 151 Journey
Butterfree

Butterfree

Uncommon #012/151 Pokémon Stage 2 HP 130
Types
Grass
Illustrator
Tika Matsuno
Expansion
Collect 151 Journey · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Whirlwind 60
Colorless

Switch out your opponent's Active Pokémon to the Bench. (Your opponent chooses the new Active Pokémon.)

Bye-Bye Flight
Colorless · Colorless

Choose 1 of your opponent's Benched Pokémon. Shuffle that Pokémon and all attached cards into their deck, and then shuffle this Pokémon and all attached cards into your deck. If your opponent has no Benched Pokémon, this attack does nothing.

GET /api/v1/pokemon/cards/c151j-012?include=prices 200 39ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "c151j-012",
    "name": "Butterfree",
    "number": "012/151",
    "printed_number": "012/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-012.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-012.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-012.large.webp"
      }
    ],
    "expansion": {
      "id": "c151j",
      "name": "Collect 151 Journey",
      "total": 192,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 192,
      "release_date": "2025/01/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/c151j.logo.png",
      "translation": {
        "en": {
          "name": "Collect 151 Journey"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-012.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-012.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/c151j-012.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Whirlwind",
        "text": "Switch out your opponent's Active Pokémon to the Bench. (Your opponent chooses the new Active Pokémon.)",
        "damage": "60"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bye-Bye Flight",
        "text": "Choose 1 of your opponent's Benched Pokémon. Shuffle that Pokémon and all attached cards into their deck, and then shuffle this Pokémon and all attached cards into your deck. If your opponent has no Benched Pokémon, this attack does nothing."
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Tika Matsuno",
    "pricing": {
      "currency": "USD",
      "market": 3.47,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T11:31:00.984Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}