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

← EX Battle Boost
Druddigon

Druddigon

Common #90 Pokémon Basic HP 100
Types
Colorless
Illustrator
match
Expansion
EX Battle Boost · Black & White
Language
Japanese
TCGplayer
602988

Attacks

Clutch 60
Colorless · Colorless · Colorless

The Defending Pokémon can't retreat during your opponent's next turn.

GET /api/v1/pokemon/cards/ebb1_ja-90?include=prices 200 62ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ebb1_ja-90",
    "name": "Druddigon",
    "number": "90",
    "printed_number": "90",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/90.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/90.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/90.large.webp"
      }
    ],
    "expansion": {
      "id": "ebb1_ja",
      "name": "EX Battle Boost",
      "total": 99,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "EBB",
      "printed_total": 93,
      "release_date": "2013/03/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ebb1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ebb1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "EX Battle Boost"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "602988",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/90.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/90.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ebb1_ja/90.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "100",
    "abilities": [
      {
        "name": "Rough Skin",
        "text": "If this Pokémon is your Active Pokémon and is damaged by an opponent's attack (even if the Pokémon is Knocked Out), put 2 damage counters on the Attacking Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Clutch",
        "text": "The Defending Pokémon can't retreat during your opponent's next turn.",
        "damage": "60"
      }
    ],
    "rarity": "Common",
    "artist": "match",
    "pricing": {
      "currency": "USD",
      "market": 4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 22.5,
          "low": 19.13,
          "high": 25.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-07-16T02:17:40.475Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}