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

← FireRed & LeafGreen
Multi Energy

Multi Energy

Rare #103 Energy Special
Illustrator
Takumi Akabane
Expansion
FireRed & LeafGreen · EX
Language
English
TCGplayer
87630
GET /api/v1/pokemon/cards/ex6-103?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex6-103",
    "name": "Multi Energy",
    "number": "103",
    "printed_number": "103",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/103.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/103.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/103.large.webp"
      }
    ],
    "expansion": {
      "id": "ex6",
      "name": "FireRed & LeafGreen",
      "total": 116,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "RG",
      "printed_total": 112,
      "release_date": "2004/09/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87630",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/103.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/103.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex6/103.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "subtypes": [
      "Special"
    ],
    "rarity": "Rare",
    "artist": "Takumi Akabane",
    "pricing": {
      "currency": "USD",
      "market": 1.44,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.44
        },
        {
          "condition": "LP",
          "price": 0.9
        },
        {
          "condition": "MP",
          "price": 1.06
        },
        {
          "condition": "HP",
          "price": 1.08
        },
        {
          "condition": "DMG",
          "price": 0.4
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 31.52,
          "low": 39.79,
          "high": 39.97,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T03:08:11.992Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.69
      }
    }
  }
}