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

Yveltal ex

Double Rare #53 Pokémon Basicex HP 210
Types
Darkness
Illustrator
5ban Graphics
Expansion
Perfect Order · Mega Evolution
Language
English
TCGplayer
684386

Attacks

Soul Destroyer
Darkness · Darkness · Colorless

Knock Out each of your opponent's Pokémon that has 50 HP or less remaining.

Dark Strike 210
Darkness · Darkness · Colorless

During your next turn, this Pokémon can't use Dark Strike.

GET /api/v1/pokemon/cards/me3-53vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me3-53vh",
    "name": "Yveltal ex",
    "number": "53",
    "printed_number": "53",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-53vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-53vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-53vh.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": "684386",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-53vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-53vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-53vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Soul Destroyer",
        "text": "Knock Out each of your opponent's Pokémon that has 50 HP or less remaining."
      },
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dark Strike",
        "text": "During your next turn, this Pokémon can't use Dark Strike.",
        "damage": "210"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.56,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.56
        },
        {
          "condition": "LP",
          "price": 0.55
        },
        {
          "condition": "HP",
          "price": 0.45
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 29.94,
          "low": 27.5,
          "high": 31.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14,
          "low": 14,
          "high": 14,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:59:00.217Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.75
      }
    }
  }
}