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

← Mysterious Treasures
Multi Energy

Multi Energy

Rare #118 Energy Special
Illustrator
Takumi Akabane
Expansion
Mysterious Treasures · Diamond & Pearl
Language
English
TCGplayer
87634
GET /api/v1/pokemon/cards/dp2-118?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp2-118",
    "name": "Multi Energy",
    "number": "118",
    "printed_number": "118",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/118.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/118.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/118.large.webp"
      }
    ],
    "expansion": {
      "id": "dp2",
      "name": "Mysterious Treasures",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "MT",
      "printed_total": 123,
      "release_date": "2007/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87634",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/118.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/118.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/118.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "subtypes": [
      "Special"
    ],
    "rarity": "Rare",
    "artist": "Takumi Akabane",
    "pricing": {
      "currency": "USD",
      "market": 1.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.99
        },
        {
          "condition": "LP",
          "price": 1.56
        },
        {
          "condition": "MP",
          "price": 1.43
        },
        {
          "condition": "HP",
          "price": 1
        },
        {
          "condition": "DMG",
          "price": 0.64
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:09:39.295Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}