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

← Rising Rivals
Metal Energy

Metal Energy

Uncommon #100 Energy Special
Illustrator
Takumi Akabane
Expansion
Rising Rivals · Platinum
Language
English
TCGplayer
87365
GET /api/v1/pokemon/cards/pl2-100vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl2-100vrh",
    "name": "Metal Energy",
    "number": "100",
    "printed_number": "100",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/100vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/100vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/100vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "pl2",
      "name": "Rising Rivals",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "RR",
      "printed_total": 111,
      "release_date": "2009/05/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87365",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/100vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/100vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/100vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "subtypes": [
      "Special"
    ],
    "rarity": "Uncommon",
    "artist": "Takumi Akabane",
    "pricing": {
      "currency": "USD",
      "market": 1.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.11
        },
        {
          "condition": "HP",
          "price": 0.8
        },
        {
          "condition": "DMG",
          "price": 0.5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-04T02:52:57.816Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}