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
Drapion

Drapion

Illustration Rare #97 Pokémon Stage 1 HP 140
Types
Darkness
Illustrator
kawayoo
Expansion
Perfect Order · Mega Evolution
Language
English
TCGplayer
684434

Attacks

Wrack Down 60
Darkness · Darkness
Hazardous Tail 100
Darkness · Darkness · Darkness

This Pokémon also does 70 damage to itself. Your opponent's Active Pokémon is now Paralyzed and Poisoned.

GET /api/v1/pokemon/cards/me3-97vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me3-97vh",
    "name": "Drapion",
    "number": "97",
    "printed_number": "97",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-97vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-97vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-97vh.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": "684434",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-97vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-97vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me3-97vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 2,
        "name": "Wrack Down",
        "damage": "60"
      },
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 3,
        "name": "Hazardous Tail",
        "text": "This Pokémon also does 70 damage to itself. Your opponent's Active Pokémon is now Paralyzed and Poisoned.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Illustration Rare",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 1.18,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.18
        },
        {
          "condition": "DMG",
          "price": 0.85
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 28.24,
          "low": 24.09,
          "high": 24.7,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "ACE",
          "grade": "9",
          "value": 10.89,
          "low": 9.26,
          "high": 12.52,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 46.25,
          "low": 29.38,
          "high": 63.13,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 7.2,
          "low": 6.12,
          "high": 8.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 35,
          "low": 32.05,
          "high": 64.99,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 22,
          "trend": {
            "direction": "down",
            "percent": -38.6
          }
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 9.5,
          "low": 9.5,
          "high": 9.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 7.5,
          "low": 7.5,
          "high": 7.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14.49,
          "low": 11.04,
          "high": 16.51,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6,
          "trend": {
            "direction": "flat",
            "percent": 0
          }
        }
      ],
      "market_updated_at": "2026-09-21T02:59:00.217Z",
      "trend_7d": {
        "direction": "down",
        "percent": -4.84
      }
    }
  }
}