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

← Furious Fists
Tyrantrum

Tyrantrum

Rare #62
Illustrator
5ban Graphics
Expansion
Furious Fists · XY
Language
English
TCGplayer
92239
GET /api/v1/pokemon/cards/xy3-62vh?include=prices 200 25ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy3-62vh",
    "name": "Tyrantrum",
    "number": "62",
    "printed_number": "62",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/62vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/62vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/62vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy3",
      "name": "Furious Fists",
      "total": 114,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FFI",
      "printed_total": 111,
      "release_date": "2014/08/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "92239",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/62vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/62vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/62vh.large.webp"
          }
        ]
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 7.43,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.43
        },
        {
          "condition": "LP",
          "price": 5.04
        },
        {
          "condition": "MP",
          "price": 5.27
        },
        {
          "condition": "HP",
          "price": 3.53
        },
        {
          "condition": "DMG",
          "price": 3.24
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8.5",
          "value": 86,
          "low": 73.1,
          "high": 98.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-28T05:59:05.618Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}