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

← Perfect Order
Decidueye ex

Decidueye ex

Ultra Rare #100 Pokémon Stage 2ex HP 320
Types
Grass
Illustrator
5ban Graphics
Expansion
Perfect Order · Mega Evolution
Language
English
TCGplayer
684371

Attacks

Crushing Arrow 240
Grass · Colorless · Colorless · Colorless

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

GET /api/v1/pokemon/cards/me3-100vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me3-100vh",
    "name": "Decidueye ex",
    "number": "100",
    "printed_number": "100",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-100vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-100vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-100vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me3",
      "name": "Perfect Order",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "POR",
      "printed_total": 88,
      "release_date": "2026/03/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me3.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "684371",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-100vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-100vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-100vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "ex"
    ],
    "types": [
      "Grass"
    ],
    "hp": "320",
    "abilities": [
      {
        "name": "Sniper's 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": "Ultra Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 1.58,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.58
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 13.64,
          "low": 13.64,
          "high": 13.64,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 24.37,
          "low": 23.44,
          "high": 25.31,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 11.5,
          "low": 11.5,
          "high": 11.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 37.67,
          "low": 33.13,
          "high": 46.79,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 12,
          "trend": {
            "direction": "down",
            "percent": -8.1
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 17.6,
          "low": 14,
          "high": 18.77,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 35,
          "low": 35,
          "high": 35,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:59:00.217Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.63
      }
    }
  }
}