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

← Wild Force
Neo Upper Energy

Neo Upper Energy

ACE SPEC #71 Energy Special
Expansion
Wild Force · Scarlet & Violet
Language
Japanese
TCGplayer
568405
GET /api/v1/pokemon/cards/sv5k_ja-71vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv5k_ja-71vh",
    "name": "Neo Upper Energy",
    "number": "71",
    "printed_number": "71",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5k_ja/71vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5k_ja/71vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5k_ja/71vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv5k_ja",
      "name": "Wild Force",
      "total": 100,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV5K",
      "printed_total": 71,
      "release_date": "2024/01/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv5k_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv5k_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Wild Force"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568405",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5k_ja/71vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5k_ja/71vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv5k_ja/71vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "subtypes": [
      "Special"
    ],
    "rarity": "ACE SPEC",
    "pricing": {
      "currency": "USD",
      "market": 3.16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.16
        },
        {
          "condition": "LP",
          "price": 2.01
        },
        {
          "condition": "MP",
          "price": 1.99
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "071",
          "value": 2.99,
          "low": 2.54,
          "high": 3.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "AGS",
          "grade": "9.5",
          "value": 7.17,
          "low": 6.09,
          "high": 8.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 11.62,
          "low": 16.05,
          "high": 16.05,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9,
          "low": 7.16,
          "high": 9.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:56:53.900Z",
      "trend_7d": {
        "direction": "down",
        "percent": -55.87
      }
    }
  }
}