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

← XY Trainer Kit Bisharp
Metal Energy

Metal Energy

Common #3 Energy
Expansion
XY Trainer Kit Bisharp · XY
Language
English
TCGplayer
98149
GET /api/v1/pokemon/cards/tk7b-3?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk7b-3",
    "name": "Metal Energy",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7b-3.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7b-3.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7b-3.large.webp"
      }
    ],
    "expansion": {
      "id": "tk7b",
      "name": "XY Trainer Kit Bisharp",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "printed_total": 30,
      "release_date": "2014/11/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk7b.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk7b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "98149",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7b-3.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7b-3.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk7b-3.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "rarity": "Common",
    "pricing": {
      "currency": "USD",
      "market": 1,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-21T04:20:26.028Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}