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

← Collection Sun
Espeon-GX

Espeon-GX

Hyper Rare #68 Pokémon Stage 1GX HP 200
Types
Psychic
Illustrator
5ban Graphics
Expansion
Collection Sun · Sun & Moon
Language
Japanese
TCGplayer
573283
GET /api/v1/pokemon/cards/sm1s_ja-68vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm1s_ja-68vh",
    "name": "Espeon-GX",
    "number": "68",
    "printed_number": "68",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/68vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/68vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/68vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm1s_ja",
      "name": "Collection Sun",
      "total": 73,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM1S",
      "printed_total": 60,
      "release_date": "2016/12/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm1s_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm1s_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Collection Sun"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573283",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/68vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/68vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm1s_ja/68vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "GX"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "200",
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Hyper Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 298.92,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 298.92
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 345.75,
          "low": 251.5,
          "high": 440,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 595,
          "low": 250,
          "high": 595,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 64.8,
          "low": 55.08,
          "high": 74.52,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:59:54.522Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.9
      }
    }
  }
}