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

← Cold Flare
Celebi-EX

Celebi-EX

Super Rare #60 Pokémon BasicEX HP 110
Types
Grass
Illustrator
5ban Graphics
Expansion
Cold Flare · Black & White
Language
Japanese
TCGplayer
601653
GET /api/v1/pokemon/cards/bw6c_ja-60vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw6c_ja-60vh",
    "name": "Celebi-EX",
    "number": "60",
    "printed_number": "60",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/60vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/60vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/60vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw6c_ja",
      "name": "Cold Flare",
      "total": 65,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW6",
      "printed_total": 59,
      "release_date": "2012/07/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw6c_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw6c_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Cold Flare"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601653",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/60vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/60vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6c_ja/60vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Grass"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Time Recall",
        "text": "Each of your evolved Pokémon can use any attack from its previous Evolutions. (You still need the necessary Energy to use each attack.)",
        "type": "Ability"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 141.9,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 141.9
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 202.5,
          "low": 172.13,
          "high": 232.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 112.8,
          "low": 95.88,
          "high": 129.72,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "4.5",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 43,
          "low": 36.55,
          "high": 49.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 77,
          "low": 65.45,
          "high": 88.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 752,
          "low": 668.2,
          "high": 2252.61,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "3",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 51.5,
          "low": 43.78,
          "high": 59.22,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 163.8,
          "low": 158.76,
          "high": 192.76,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2025-11-18T02:08:36.777Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}