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

← HS—Undaunted
Metal Energy

Metal Energy

Uncommon #80 Energy Special
Illustrator
Kent Kanetsuna
Expansion
HS—Undaunted · HeartGold & SoulSilver
Language
English
TCGplayer
87366
GET /api/v1/pokemon/cards/hgss3-80?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss3-80",
    "name": "Metal Energy",
    "number": "80",
    "printed_number": "80",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/80.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/80.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/80.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss3",
      "name": "HS—Undaunted",
      "total": 91,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "UD",
      "printed_total": 90,
      "release_date": "2010/08/18",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87366",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/80.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/80.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/80.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "subtypes": [
      "Special"
    ],
    "rarity": "Uncommon",
    "artist": "Kent Kanetsuna",
    "pricing": {
      "currency": "USD",
      "market": 0.7,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.7
        },
        {
          "condition": "LP",
          "price": 0.65
        },
        {
          "condition": "MP",
          "price": 0.49
        },
        {
          "condition": "HP",
          "price": 0.32
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 15,
          "low": 13.63,
          "high": 15.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 4.25,
          "low": 3.61,
          "high": 4.89,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 27,
          "low": 22.95,
          "high": 31.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:46:27.146Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.78
      }
    }
  }
}