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 #9 Pokémon Basic
Types
Fire
Illustrator
Hasuno
Expansion
Mythical & Legendary Dream Shine Collection · XY
Language
Japanese
TCGplayer
606053

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-9?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp5_ja-9",
    "name": "Volcanion",
    "number": "9",
    "printed_number": "9",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/9.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/9.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/9.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": "606053",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/9.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/9.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/9.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": "Hasuno",
    "pricing": {
      "currency": "USD",
      "market": 13.84,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 13.84
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 112.5,
          "low": 60,
          "high": 165,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 36.54,
          "low": 37.2,
          "high": 37.2,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 142.5,
          "low": 135.71,
          "high": 219.28,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 26.57,
          "low": 22.58,
          "high": 30.56,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 31.92,
          "low": 26.38,
          "high": 70.38,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-08-23T02:16:46.755Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}