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

← DP Trainer Kit Manaphy
Energy Search

Energy Search

Common #10 Trainer
Illustrator
Kai Ishikawa
Expansion
DP Trainer Kit Manaphy · Diamond & Pearl
Language
English
TCGplayer
85246
GET /api/v1/pokemon/cards/tk3a-10?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk3a-10",
    "name": "Energy Search",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-10.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-10.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-10.large.webp"
      }
    ],
    "expansion": {
      "id": "tk3a",
      "name": "DP Trainer Kit Manaphy",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "printed_total": 12,
      "release_date": "2007/09/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk3a.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk3a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85246",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-10.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-10.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-10.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "rarity": "Common",
    "artist": "Kai Ishikawa",
    "pricing": {
      "currency": "USD",
      "market": 1.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.26
        },
        {
          "condition": "LP",
          "price": 0.13
        },
        {
          "condition": "MP",
          "price": 0.12
        },
        {
          "condition": "HP",
          "price": 0.5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-14T02:19:09.850Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}