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

← EX Battle Boost
Reshiram

Reshiram

Common #94 Pokémon Basic HP 130
Types
Fire
Illustrator
5ban Graphics
Expansion
EX Battle Boost · Black & White
Language
Japanese
TCGplayer
603039
GET /api/v1/pokemon/cards/ebb1_ja-94?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ebb1_ja-94",
    "name": "Reshiram",
    "number": "94",
    "printed_number": "94",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/94.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/94.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/94.large.webp"
      }
    ],
    "expansion": {
      "id": "ebb1_ja",
      "name": "EX Battle Boost",
      "total": 99,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "EBB",
      "printed_total": 93,
      "release_date": "2013/03/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ebb1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ebb1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "EX Battle Boost"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603039",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/94.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/94.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/94.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "130",
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 5.92,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.92
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 318,
          "low": 270.3,
          "high": 365.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 1132.5,
          "low": 710,
          "high": 1555,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 113.5,
          "low": 96.48,
          "high": 130.52,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 165,
          "low": 140.25,
          "high": 189.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 203,
          "low": 172.55,
          "high": 233.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 286,
          "low": 243.1,
          "high": 328.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 3055,
          "low": 3049.99,
          "high": 3756,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 65,
          "low": 55.25,
          "high": 74.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 142.25,
          "low": 139.5,
          "high": 145,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 298.15,
          "low": 500,
          "high": 500,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 747.5,
          "low": 625,
          "high": 930.15,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        }
      ],
      "market_updated_at": "2026-09-22T03:43:41.790Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.17
      }
    }
  }
}