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

← Nihil Zero
Decidueye ex

Decidueye ex

Super Rare #93 Pokémon Stage 2ex
Types
Grass
Illustrator
5ban Graphics
Expansion
Nihil Zero · Mega Evolution
Language
Japanese
TCGplayer
674412

Attacks

Crushing Arrow 240
Grass · Colorless · Colorless · Colorless

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

GET /api/v1/pokemon/cards/m3_ja-93vh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m3_ja-93vh",
    "name": "Decidueye ex",
    "number": "93",
    "printed_number": "93",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/93vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/93vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/93vh.large.webp"
      }
    ],
    "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": "674412",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/93vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/93vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/93vh.large.webp"
          }
        ]
      }
    ],
    "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.",
        "damage": "240"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 2.77,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.77
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 25.25,
          "low": 21.46,
          "high": 29.04,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 42,
          "low": 13.75,
          "high": 42.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 44.13,
          "low": 40,
          "high": 40,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 5.5,
          "low": 5.5,
          "high": 5.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:27:37.319Z",
      "trend_7d": {
        "direction": "up",
        "percent": 7.36
      }
    }
  }
}