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

← Freeze Bolt
Cresselia-EX

Cresselia-EX

Super Rare #60 Pokémon BasicEX HP 170
Types
Psychic
Illustrator
5ban Graphics
Expansion
Freeze Bolt · Black & White
Language
Japanese
TCGplayer
601589
GET /api/v1/pokemon/cards/bw6f_ja-60vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw6f_ja-60vh",
    "name": "Cresselia-EX",
    "number": "60",
    "printed_number": "60",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/60vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/60vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/60vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw6f_ja",
      "name": "Freeze Bolt",
      "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/bw6f_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw6f_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Freeze Bolt"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601589",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/60vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/60vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw6f_ja/60vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "170",
    "abilities": [
      {
        "name": "Sparkling Particles",
        "text": "Any time between turns, heal 10 damage from this Pokémon.",
        "type": "Ability"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 174.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 174.15
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 225.24,
          "low": 191.45,
          "high": 259.03,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 73,
          "low": 62.05,
          "high": 83.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 780,
          "low": 753,
          "high": 870,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 37,
          "low": 31.45,
          "high": 42.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 49,
          "low": 41.65,
          "high": 56.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 29,
          "low": 24.65,
          "high": 33.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 89.51,
          "low": 102.5,
          "high": 102.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2025-11-18T02:09:27.588Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}