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
Water Energy

Water Energy

Common #12 Energy
Expansion
DP Trainer Kit Manaphy · Diamond & Pearl
Language
English
TCGplayer
90511
GET /api/v1/pokemon/cards/tk3a-12?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk3a-12",
    "name": "Water Energy",
    "number": "12",
    "printed_number": "12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-12.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-12.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-12.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": "90511",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-12.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-12.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-12.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "rarity": "Common",
    "pricing": {
      "currency": "USD",
      "market": 0.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.25
        },
        {
          "condition": "MP",
          "price": 0.19
        },
        {
          "condition": "HP",
          "price": 0.02
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:17:36.045Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}