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

← Delta Species
Metal Energy

Metal Energy

Rare #107 Energy Special
Illustrator
Milky Isobe
Expansion
Delta Species · EX
Language
English
TCGplayer
87359
GET /api/v1/pokemon/cards/ex11-107vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex11-107vrh",
    "name": "Metal Energy",
    "number": "107",
    "printed_number": "107",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex11/107vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex11/107vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex11/107vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "ex11",
      "name": "Delta Species",
      "total": 114,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "DS",
      "printed_total": 113,
      "release_date": "2005/10/31",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87359",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex11/107vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex11/107vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex11/107vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "subtypes": [
      "Special"
    ],
    "rarity": "Rare",
    "artist": "Milky Isobe",
    "pricing": {
      "currency": "USD",
      "market": 7.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.17
        },
        {
          "condition": "LP",
          "price": 4.16
        },
        {
          "condition": "MP",
          "price": 2.95
        },
        {
          "condition": "HP",
          "price": 1.39
        },
        {
          "condition": "DMG",
          "price": 2.85
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 13.25,
          "low": 6.5,
          "high": 15.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 131.99,
          "low": 112.19,
          "high": 151.79,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20,
          "low": 17.25,
          "high": 20,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 42.5,
          "low": 42.5,
          "high": 50,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-13T03:40:44.780Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}