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
Basic Fighting Energy

Basic Fighting Energy

Common #34 Energy
Illustrator
Keiji Kinebuchi
Expansion
Pokémon TCG Classic - Venusaur · Other
Language
English
TCGplayer
527925
GET /api/v1/pokemon/cards/clv-34vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clv-34vh",
    "name": "Basic Fighting Energy",
    "number": "34",
    "printed_number": "34",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/34vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/34vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/34vh.large.webp"
      }
    ],
    "expansion": {
      "id": "clv",
      "name": "Pokémon TCG Classic - Venusaur",
      "total": 34,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "code": "CLV",
      "printed_total": 34,
      "release_date": "2023/11/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clv.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clv.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "527925",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/34vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/34vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/34vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "rarity": "Common",
    "artist": "Keiji Kinebuchi",
    "pricing": {
      "currency": "USD",
      "market": 0.67,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.67
        },
        {
          "condition": "LP",
          "price": 0.61
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 6.9,
          "low": 6.05,
          "high": 6.05,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 3.15,
          "low": 2.53,
          "high": 4.73,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 15,
          "low": 15,
          "high": 15,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 28.47,
          "low": 39.99,
          "high": 39.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:13:05.205Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.52
      }
    }
  }
}