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 - Blastoise
Basic Psychic Energy

Basic Psychic Energy

Common #34 Energy
Illustrator
Keiji Kinebuchi
Expansion
Pokémon TCG Classic - Blastoise · Other
Language
English
TCGplayer
201212
GET /api/v1/pokemon/cards/clb-34vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clb-34vh",
    "name": "Basic Psychic Energy",
    "number": "34",
    "printed_number": "34",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/34vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/34vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/34vh.large.webp"
      }
    ],
    "expansion": {
      "id": "clb",
      "name": "Pokémon TCG Classic - Blastoise",
      "total": 34,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "code": "CLB",
      "printed_total": 34,
      "release_date": "2023/11/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clb.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clb.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "201212",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/34vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/34vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clb/34vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "rarity": "Common",
    "artist": "Keiji Kinebuchi",
    "pricing": {
      "currency": "USD",
      "market": 0.85,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.85
        },
        {
          "condition": "LP",
          "price": 0.81
        },
        {
          "condition": "MP",
          "price": 0.69
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 11.01,
          "low": 11.01,
          "high": 12.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 2.25,
          "low": 2.25,
          "high": 2.25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 300,
          "low": 255,
          "high": 345,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 112.6,
          "low": 95.71,
          "high": 129.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 11.91,
          "low": 17.9,
          "high": 17.9,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:29:19.270Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.41
      }
    }
  }
}