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

← Inferno X
Reshiram

Reshiram

Rare #17 Pokémon Basic HP 130
Types
Fire
Illustrator
AKIRA EGAWA
Expansion
Inferno X · Mega Evolution
Language
Japanese
TCGplayer
655796

Attacks

Combustion 30
Fire
Burning Flare 240
Fire · Fire · Fire · Fire

This Pokémon also does 60 damage to itself.

GET /api/v1/pokemon/cards/m2_ja-17vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m2_ja-17vh",
    "name": "Reshiram",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/17vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/17vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/17vh.large.webp"
      }
    ],
    "expansion": {
      "id": "m2_ja",
      "name": "Inferno X",
      "total": 116,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M2",
      "printed_total": 80,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Inferno X"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "655796",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/17vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/17vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/17vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Combustion",
        "damage": "30"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Fire",
          "Fire"
        ],
        "converted_energy_cost": 4,
        "name": "Burning Flare",
        "text": "This Pokémon also does 60 damage to itself.",
        "damage": "240"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "AKIRA EGAWA",
    "pricing": {
      "currency": "USD",
      "market": 0.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.15
        },
        {
          "condition": "LP",
          "price": 0.07
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 15.49,
          "low": 11.5,
          "high": 11.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 27.5,
          "low": 21.88,
          "high": 27.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 30.02,
          "low": 34,
          "high": 34,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9.62,
          "low": 8.18,
          "high": 11.06,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:50:19.976Z",
      "trend_7d": {
        "direction": "down",
        "percent": -54.55
      }
    }
  }
}