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

← EX Trainer Kit Latios
Energy Search

Energy Search

Common #9 Trainer Item
Illustrator
Kai Ishikawa
Expansion
EX Trainer Kit Latios · EX
Language
English
TCGplayer
85239
GET /api/v1/pokemon/cards/tk1b-9?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk1b-9",
    "name": "Energy Search",
    "number": "9",
    "printed_number": "9",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1b/9.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1b/9.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1b/9.large.webp"
      }
    ],
    "expansion": {
      "id": "tk1b",
      "name": "EX Trainer Kit Latios",
      "total": 10,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "printed_total": 10,
      "release_date": "2004/06/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk1b.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk1b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85239",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1b/9.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1b/9.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1b/9.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Common",
    "artist": "Kai Ishikawa",
    "pricing": {
      "currency": "USD",
      "market": 0.23,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.23
        },
        {
          "condition": "LP",
          "price": 0.2
        },
        {
          "condition": "MP",
          "price": 0.06
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 81,
          "low": 81,
          "high": 81,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 43.11,
          "low": 43.11,
          "high": 43.11,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:19:48.548Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}