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

← Megalo Cannon
Druddigon

Druddigon

usually #58 Pokémon Basic HP 100
Types
Dragon
Illustrator
Kouki Saitou
Expansion
Megalo Cannon · Black & White
Language
Japanese
TCGplayer
602719

Attacks

Big Swing 40
Fire

Flip 2 coins. If either of them are tails, this attack does nothing.

Shred 60
Water · Colorless · Colorless

This attacks damage isn't affected by any effects on the Defending Pokémon.

GET /api/v1/pokemon/cards/bw9_ja-58?include=prices 200 32ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw9_ja-58",
    "name": "Druddigon",
    "number": "58",
    "printed_number": "58",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/58.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/58.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/58.large.webp"
      }
    ],
    "expansion": {
      "id": "bw9_ja",
      "name": "Megalo Cannon",
      "total": 86,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW9",
      "printed_total": 76,
      "release_date": "2013/03/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw9_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw9_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Megalo Cannon"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "602719",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/58.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/58.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/58.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Big Swing",
        "text": "Flip 2 coins. If either of them are tails, this attack does nothing.",
        "damage": "40"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Shred",
        "text": "This attacks damage isn't affected by any effects on the Defending Pokémon.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Dragon",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 1.88,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.88
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T02:24:58.332Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}