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

← Pokémon TCG Classic - Charizard
Super Rod

Super Rod

Common #27 Trainer
Illustrator
Toyste Beach
Expansion
Pokémon TCG Classic - Charizard · Other
Language
English
TCGplayer
527967
GET /api/v1/pokemon/cards/clc-27vh?include=prices 200 80ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clc-27vh",
    "name": "Super Rod",
    "number": "27",
    "printed_number": "27",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/27vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/27vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/27vh.large.webp"
      }
    ],
    "expansion": {
      "id": "clc",
      "name": "Pokémon TCG Classic - Charizard",
      "total": 34,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "code": "CLC",
      "printed_total": 34,
      "release_date": "2023/11/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clc.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clc.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "527967",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/27vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/27vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/27vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "rarity": "Common",
    "artist": "Toyste Beach",
    "pricing": {
      "currency": "USD",
      "market": 0.34,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.34
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 5,
          "low": 5,
          "high": 5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6,
          "low": 6,
          "high": 6,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:35:09.312Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.56
      }
    }
  }
}