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

← Neo Discovery 1st Edition
Energy Ark

Energy Ark

Common #75 Trainer
Illustrator
"Big Mama" Tagawa & Benimaru Itoh
Expansion
Neo Discovery 1st Edition · Neo
Language
English
TCGplayer
85209
GET /api/v1/pokemon/cards/neo2-75v1e?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo2-75v1e",
    "name": "Energy Ark",
    "number": "75",
    "printed_number": "75",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2-1st-edition/75v1e.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2-1st-edition/75v1e.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2-1st-edition/75v1e.large.webp"
      }
    ],
    "expansion": {
      "id": "neo2-1st-edition",
      "name": "Neo Discovery 1st Edition",
      "total": 75,
      "language": "English",
      "language_code": "en",
      "series": "Neo",
      "printed_total": 75,
      "release_date": "2001/06/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85209",
    "variants": [
      {
        "name": "firstEdition",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2-1st-edition/75v1e.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2-1st-edition/75v1e.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2-1st-edition/75v1e.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "rarity": "Common",
    "artist": "\"Big Mama\" Tagawa & Benimaru Itoh",
    "pricing": {
      "currency": "USD",
      "market": 0.98,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.98
        },
        {
          "condition": "LP",
          "price": 0.49
        },
        {
          "condition": "MP",
          "price": 0.55
        },
        {
          "condition": "HP",
          "price": 0.29
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 52.3,
          "low": 24.6,
          "high": 79.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 67.92,
          "low": 67.93,
          "high": 67.93,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 0.99,
          "low": 0.84,
          "high": 1.14,
          "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
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 16.29,
          "low": 19.42,
          "high": 19.94,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:16:16.854Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}