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

← Power Keepers
Fighting Energy

Fighting Energy

Rare Holo #108 Energy Basic
Expansion
Power Keepers · EX
Language
English
TCGplayer
85441
GET /api/v1/pokemon/cards/ex16-108vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex16-108vh",
    "name": "Fighting Energy",
    "number": "108",
    "printed_number": "108",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/108vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/108vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/108vh.large.webp"
      }
    ],
    "expansion": {
      "id": "ex16",
      "name": "Power Keepers",
      "total": 108,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "PK",
      "printed_total": 108,
      "release_date": "2007/02/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex16.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex16.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85441",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/108vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/108vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex16/108vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "subtypes": [
      "Basic"
    ],
    "rarity": "Rare Holo",
    "pricing": {
      "currency": "USD",
      "market": 5.34,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.34
        },
        {
          "condition": "LP",
          "price": 4.09
        },
        {
          "condition": "MP",
          "price": 3.49
        },
        {
          "condition": "HP",
          "price": 2.31
        },
        {
          "condition": "DMG",
          "price": 2.11
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "5.5",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9.5,
          "low": 5,
          "high": 10.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 90.54,
          "low": 79,
          "high": 79,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 2.25,
          "low": 2.25,
          "high": 2.25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 8.29,
          "low": 7.5,
          "high": 9.53,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20.24,
          "low": 19,
          "high": 20.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:09:57.202Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.56
      }
    }
  }
}