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

← Black & White Promos
Druddigon

Druddigon

Promo #201 Pokémon Basic HP 100
Types
Dragon
Illustrator
5ban Graphics
Expansion
Black & White Promos · Black & White
Language
Japanese
TCGplayer

Attacks

Taunt
Colorless

Switch 1 of your opponent's Benched Pokémon with the Defending Pokémon.

Boost Claw 60
Fire · Water · Colorless

During your next turn, each of this Pokémon's attacks does 30 more damage (before applying Weakness and Resistance).

GET /api/v1/pokemon/cards/bwp_ja-201vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bwp_ja-201vh",
    "name": "Druddigon",
    "number": "201",
    "printed_number": "201",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/201vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/201vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/201vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bwp_ja",
      "name": "Black & White Promos",
      "total": 236,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "printed_total": 236,
      "release_date": "2010/12/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bwp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bwp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Black & White Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/201vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/201vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/201vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Taunt",
        "text": "Switch 1 of your opponent's Benched Pokémon with the Defending Pokémon."
      },
      {
        "cost": [
          "Fire",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Boost Claw",
        "text": "During your next turn, each of this Pokémon's attacks does 30 more damage (before applying Weakness and Resistance).",
        "damage": "60"
      }
    ],
    "rarity": "Promo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 14.66,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 14.66
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 463.75,
          "low": 320.63,
          "high": 606.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 300,
          "low": 255,
          "high": 345,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-28T21:32:19.608Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}