Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

← Mythical & Legendary Dream Shine Collection
Volcanion

Volcanion

Common #8 Pokémon Basic
Types
Fire
Illustrator
TOKIYA
Expansion
Mythical & Legendary Dream Shine Collection · XY
Language
Japanese
TCGplayer
606052

Attacks

Concentrated Fire 50×
Fire · Colorless · Colorless

Flip a coin for each Fire Energy attached to this Pokémon. This attack does 50 damage times the number of heads.

Combustion Impact 100
Fire · Colorless · Colorless · Colorless

Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon.

GET /api/v1/pokemon/cards/cp5_ja-8?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp5_ja-8",
    "name": "Volcanion",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/8.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/8.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/8.large.webp"
      }
    ],
    "expansion": {
      "id": "cp5_ja",
      "name": "Mythical & Legendary Dream Shine Collection",
      "total": 38,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP5",
      "printed_total": 36,
      "release_date": "2016/07/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mythical & Legendary Dream Shine Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "606052",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/8.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/8.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/8.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Concentrated Fire",
        "text": "Flip a coin for each Fire Energy attached to this Pokémon. This attack does 50 damage times the number of heads.",
        "damage": "50×"
      },
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Combustion Impact",
        "text": "Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon.",
        "damage": "100"
      }
    ],
    "rarity": "Common",
    "artist": "TOKIYA",
    "pricing": {
      "currency": "USD",
      "market": 6.82,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.82
        },
        {
          "condition": "LP",
          "price": 5
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 36.95,
          "low": 49.1,
          "high": 49.1,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:26:55.990Z",
      "trend_7d": {
        "direction": "down",
        "percent": -30.19
      }
    }
  }
}