Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Nihil Zero
Decidueye ex

Decidueye ex

Double Rare #12 Pokémon Stage 2ex
Types
Grass
Illustrator
aky CG Works
Expansion
Nihil Zero · Mega Evolution
Language
Japanese
TCGplayer
674331

Attacks

Crushing Arrow
Grass · Colorless · Colorless · Colorless

Discard an Energy from your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/m3_ja-12vh?include=prices 200 71ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m3_ja-12vh",
    "name": "Decidueye ex",
    "number": "12",
    "printed_number": "12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/12vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/12vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/12vh.large.png"
      }
    ],
    "expansion": {
      "id": "m3_ja",
      "name": "Nihil Zero",
      "total": 117,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M3",
      "printed_total": 80,
      "release_date": "2026/01/23",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Nihil Zero"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "674331",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/12vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/12vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/12vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "ex"
    ],
    "types": [
      "Grass"
    ],
    "abilities": [
      {
        "name": "Sniper Eye",
        "text": "If your opponent has exactly 4 cards in their hand, ignore all Colorless Energy in the costs of attacks used by this Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Crushing Arrow",
        "text": "Discard an Energy from your opponent's Active Pokémon."
      }
    ],
    "rarity": "Double Rare",
    "artist": "aky CG Works",
    "pricing": {
      "currency": "USD",
      "market": 0.61,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.61
        },
        {
          "condition": "LP",
          "price": 0.35
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 38.9,
          "low": 33.07,
          "high": 44.73,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-30T09:19:04.954Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}