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
Eevee ex

Eevee ex

Common #566 ポケモン たねexテラ HP 200
Types
Illustrator
aky CG Works
Expansion
Start Deck 100 Battle Collection · Mega Evolution
Language
Japanese
TCGplayer
669520
GET /api/v1/pokemon/cards/mc_ja-566vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mc_ja-566vh",
    "name": "Eevee ex",
    "number": "566",
    "printed_number": "566",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-566vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-566vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-566vh.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": "669520",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-566vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-566vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-566vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "ポケモン",
    "subtypes": [
      "たね",
      "ex",
      "テラ"
    ],
    "types": [
      "無"
    ],
    "hp": "200",
    "abilities": [
      {
        "name": "にじいろDNA",
        "text": "このポケモンは、「イーブイ」から進化する「ポケモンex」を手札から出して、このポケモンにのせて進化できる。(最初の自分の番や、出したばかりの番には進化できない。)",
        "type": "特性"
      }
    ],
    "weaknesses": [
      {
        "type": "闘",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "aky CG Works",
    "pricing": {
      "currency": "USD",
      "market": 24.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 24.5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:19:54.320Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}