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

Double Rare #12 Pokémon Stage 2ex HP 320
Types
Grass
Illustrator
aky CG Works
Expansion
Perfect Order · Mega Evolution
Language
English
TCGplayer
684370

Attacks

Crushing Arrow 240
Grass · Colorless · Colorless · Colorless

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

GET /api/v1/pokemon/cards/me3-12vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me3-12vh",
    "name": "Decidueye ex",
    "number": "12",
    "printed_number": "12",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-12vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-12vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-12vh.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": "684370",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-12vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-12vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-12vh.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": "Double Rare",
    "artist": "aky CG Works",
    "pricing": {
      "currency": "USD",
      "market": 0.52,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.52
        },
        {
          "condition": "LP",
          "price": 0.5
        },
        {
          "condition": "DMG",
          "price": 0.37
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 13.2,
          "low": 11.22,
          "high": 15.18,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 24.75,
          "low": 20.7,
          "high": 26.7,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-21T02:59:00.217Z",
      "trend_7d": {
        "direction": "down",
        "percent": -18.75
      }
    }
  }
}