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

← Start Deck 100 Battle Collection
Espeon ex

Espeon ex

Common #298 ポケモン 1進化exテラ HP 270
Types
Illustrator
5ban Graphics
Expansion
Start Deck 100 Battle Collection · Mega Evolution
Language
Japanese
TCGplayer
670043
GET /api/v1/pokemon/cards/mc_ja-298vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mc_ja-298vrh",
    "name": "Espeon ex",
    "number": "298",
    "printed_number": "298",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-298vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-298vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-298vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "mc_ja",
      "name": "Start Deck 100 Battle Collection",
      "total": 774,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "MC",
      "printed_total": 742,
      "release_date": "2025/12/19",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mc_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mc_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Start Deck 100 Battle Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "670043",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-298vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-298vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-298vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "ポケモン",
    "subtypes": [
      "1進化",
      "ex",
      "テラ"
    ],
    "types": [
      "超"
    ],
    "hp": "270",
    "weaknesses": [
      {
        "type": "悪",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "闘",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 11
        },
        {
          "condition": "LP",
          "price": 5.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 8.5,
          "low": 7.71,
          "high": 9.3,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T16:49:29.931Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}