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

← Ultra Prism
Unit Energy LightningPsychicMetal

Unit Energy LightningPsychicMetal

Rare Secret #171 Energy Special
Expansion
Ultra Prism · Sun & Moon
Language
English
TCGplayer
157787
GET /api/v1/pokemon/cards/sm5-171vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5-171vh",
    "name": "Unit Energy LightningPsychicMetal",
    "number": "171",
    "printed_number": "171",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/171vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/171vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/171vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5",
      "name": "Ultra Prism",
      "total": 178,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UPR",
      "printed_total": 156,
      "release_date": "2018/02/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "157787",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/171vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/171vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/171vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "subtypes": [
      "Special"
    ],
    "rarity": "Rare Secret",
    "pricing": {
      "currency": "USD",
      "market": 13.37,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 13.37
        },
        {
          "condition": "LP",
          "price": 10.91
        },
        {
          "condition": "MP",
          "price": 11.76
        },
        {
          "condition": "HP",
          "price": 8
        },
        {
          "condition": "DMG",
          "price": 7.24
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 134.25,
          "low": 124.5,
          "high": 144,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11.5,
          "low": 9.78,
          "high": 13.23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:26:03.595Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.05
      }
    }
  }
}