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
Double Colorless Energy

Double Colorless Energy

Common #32 Trainer
Illustrator
Keiji Kinebuchi
Expansion
Pokémon TCG Classic - Venusaur · Other
Language
English
TCGplayer
527926
GET /api/v1/pokemon/cards/clv-32vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clv-32vh",
    "name": "Double Colorless Energy",
    "number": "32",
    "printed_number": "32",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/32vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/32vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/32vh.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": "527926",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/32vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/32vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clv/32vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "rarity": "Common",
    "artist": "Keiji Kinebuchi",
    "pricing": {
      "currency": "USD",
      "market": 0.66,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.66
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 17.5,
          "low": 14.88,
          "high": 20.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10.88,
          "low": 9.25,
          "high": 12.51,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:13:05.205Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.49
      }
    }
  }
}