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
Drapion

Drapion

Art Rare #90 Pokémon Stage 1
Types
Darkness
Illustrator
kawayoo
Expansion
Nihil Zero · Mega Evolution
Language
Japanese
TCGplayer
674409

Attacks

Wrack Down 60
Darkness · Darkness
Hazard 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/m3_ja-90vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m3_ja-90vh",
    "name": "Drapion",
    "number": "90",
    "printed_number": "90",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/90vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/90vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/90vh.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": "674409",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/90vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/90vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m3_ja/90vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 2,
        "name": "Wrack Down",
        "damage": "60"
      },
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Darkness"
        ],
        "converted_energy_cost": 3,
        "name": "Hazard 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": "Art Rare",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1
        },
        {
          "condition": "DMG",
          "price": 0.95
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 23.58,
          "low": 23.58,
          "high": 23.58,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 8.56,
          "low": 8.53,
          "high": 18.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 3.25,
          "low": 3.25,
          "high": 3.25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 4.26,
          "low": 1.97,
          "high": 5.67,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 4.88,
          "low": 3.25,
          "high": 6.35,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 12.51,
          "low": 11.34,
          "high": 12.51,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 26.5,
          "low": 23.11,
          "high": 44.55,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 20,
          "trend": {
            "direction": "down",
            "percent": -17.2
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19.38,
          "low": 20.05,
          "high": 20.45,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 11.5,
          "low": 11.5,
          "high": 11.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:13:26.417Z",
      "trend_7d": {
        "direction": "down",
        "percent": -48.72
      }
    }
  }
}