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

← Plasma Storm
Druddigon

Druddigon

Rare #94 Pokémon BasicTeam Plasma HP 110
Types
Dragon
Illustrator
5ban Graphics
Expansion
Plasma Storm · Black & White
Language
English
TCGplayer
84982

Attacks

Guard Press 20
Colorless · Colorless

During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).

Dragon Claw 90
Fire · Fire · Water · Colorless
GET /api/v1/pokemon/cards/bw8-94vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8-94vrh",
    "name": "Druddigon",
    "number": "94",
    "printed_number": "94",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/94vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/94vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/94vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw8",
      "name": "Plasma Storm",
      "total": 138,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLS",
      "printed_total": 135,
      "release_date": "2013/02/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84982",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/94vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/94vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8/94vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Team Plasma"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Guard Press",
        "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).",
        "damage": "20"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Dragon Claw",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Dragon",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 2.54,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.54
        },
        {
          "condition": "LP",
          "price": 1.88
        },
        {
          "condition": "MP",
          "price": 1.85
        },
        {
          "condition": "HP",
          "price": 1.3
        },
        {
          "condition": "DMG",
          "price": 1.24
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "6",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 32.5,
          "low": 31.25,
          "high": 32.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:18:42.799Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}