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

Darkrai ex

Common #456 ポケモン たねex HP 210
Types
Illustrator
5ban Graphics
Expansion
Start Deck 100 Battle Collection · Mega Evolution
Language
Japanese
TCGplayer
669402
GET /api/v1/pokemon/cards/mc_ja-456vrh?include=prices 200 24ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mc_ja-456vrh",
    "name": "Darkrai ex",
    "number": "456",
    "printed_number": "456",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-456vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-456vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-456vrh.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": "669402",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-456vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-456vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mc_ja-456vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "ポケモン",
    "subtypes": [
      "たね",
      "ex"
    ],
    "types": [
      "悪"
    ],
    "hp": "210",
    "weaknesses": [
      {
        "type": "草",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 7.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T16:49:29.931Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.04
      }
    }
  }
}