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

← Wild Blaze
Druddigon

Druddigon

Rare #56 Pokémon Basic HP 110
Types
Dragon
Illustrator
Ryota Murayama
Expansion
Wild Blaze · XY
Language
Japanese
TCGplayer
603341

Attacks

Revenge 20+
Colorless · Colorless

If any of your Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, this attack does 70 more damage.

Dragon Claw 80
Fire · Water · Colorless · Colorless
GET /api/v1/pokemon/cards/xy2_ja-56vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy2_ja-56vh",
    "name": "Druddigon",
    "number": "56",
    "printed_number": "56",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/56vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/56vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/56vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy2_ja",
      "name": "Wild Blaze",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY2",
      "printed_total": 80,
      "release_date": "2014/03/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Wild Blaze"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603341",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/56vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/56vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/56vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Revenge",
        "text": "If any of your Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, this attack does 70 more damage.",
        "damage": "20+"
      },
      {
        "cost": [
          "Fire",
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Dragon Claw",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Ryota Murayama",
    "pricing": {
      "currency": "USD",
      "market": 4.98,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.98
        },
        {
          "condition": "DMG",
          "price": 0.79
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 35.95,
          "low": 30.56,
          "high": 41.34,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-06-04T03:35:30.620Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}