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 - Venusaur (Grass Deck)
Super Rod

Super Rod

None #018/032 Trainer
Expansion
Pokémon TCG Classic - Venusaur (Grass Deck)
Language
Japanese
TCGplayer
591960
GET /api/v1/pokemon/cards/clf_ja-18vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clf_ja-18vh",
    "name": "Super Rod",
    "number": "018/032",
    "printed_number": "018/032",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/591960_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591960_in_1000x1000.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/591960_in_1000x1000.jpg"
      }
    ],
    "expansion": {
      "id": "clf_ja",
      "name": "Pokémon TCG Classic - Venusaur (Grass Deck)",
      "total": 32,
      "language": "Japanese",
      "language_code": "ja",
      "release_date": "2023/02/27",
      "translation": {
        "en": {
          "name": "Pokémon TCG Classic - Venusaur (Grass Deck)"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "591960",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/591960_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591960_in_1000x1000.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/591960_in_1000x1000.jpg"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "rarity": "None",
    "pricing": {
      "currency": "USD",
      "market": 0.7,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 63.24,
          "low": 60.99,
          "high": 68.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 18.28,
          "low": 9.96,
          "high": 52.46,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-21T02:44:27.857Z"
    }
  }
}