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

← Lost Thunder
Espeon

Espeon

Rare #89
Illustrator
Ryota Murayama
Expansion
Lost Thunder · Sun & Moon
Language
English
TCGplayer
178900
GET /api/v1/pokemon/cards/sm8-89vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8-89vh",
    "name": "Espeon",
    "number": "89",
    "printed_number": "89",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/89vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/89vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/89vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8",
      "name": "Lost Thunder",
      "total": 240,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "LOT",
      "printed_total": 214,
      "release_date": "2018/11/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "178900",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/89vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/89vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/89vh.large.webp"
          }
        ]
      }
    ],
    "rarity": "Rare",
    "artist": "Ryota Murayama",
    "pricing": {
      "currency": "USD",
      "market": 3.09,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.09
        },
        {
          "condition": "LP",
          "price": 1.22
        },
        {
          "condition": "MP",
          "price": 1.33
        },
        {
          "condition": "HP",
          "price": 0.96
        },
        {
          "condition": "DMG",
          "price": 0.88
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 45,
          "low": 38.25,
          "high": 51.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 180,
          "low": 153,
          "high": 207,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 32.5,
          "low": 31.88,
          "high": 32.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-14T05:16:14.263Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}