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

← Rising Rivals
Drapion E4

Drapion E4

Rare #17 Pokémon BasicSP HP 100
Types
Darkness
Illustrator
Kouki Saitou
Expansion
Rising Rivals · Platinum
Language
English
TCGplayer
84925

Attacks

Body Slam 20
Colorless · Colorless

Flip a coin. If heads, the Defending Pokémon is now Paralyzed.

Mega Impact 70
Psychic · Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/pl2-17?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl2-17",
    "name": "Drapion E4",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/17.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/17.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/17.large.webp"
      }
    ],
    "expansion": {
      "id": "pl2",
      "name": "Rising Rivals",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "RR",
      "printed_total": 111,
      "release_date": "2009/05/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84925",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/17.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/17.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/17.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "SP"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Body Slam",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "20"
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Mega Impact",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 1.76,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.76
        },
        {
          "condition": "LP",
          "price": 1.01
        },
        {
          "condition": "MP",
          "price": 0.89
        },
        {
          "condition": "HP",
          "price": 0.5
        },
        {
          "condition": "DMG",
          "price": 0.48
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 38,
          "low": 32.3,
          "high": 43.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:21:30.919Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.56
      }
    }
  }
}