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

← Shining Synergy (Summon)
Druddigon

Druddigon

Common #099/150 Pokémon Basic HP 120
Types
Dragon
Illustrator
hatachu
Expansion
Shining Synergy (Summon) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Drag Off
Colorless · Colorless

Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. This attack does 30 damage to the new Active Pokémon.

Dragon Tail 100
Colorless · Colorless · Colorless

Flip 2 coins. This attack does 100 damage for each heads.

GET /api/v1/pokemon/cards/sssm-099?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssm-099",
    "name": "Druddigon",
    "number": "099/150",
    "printed_number": "099/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-099.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-099.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-099.large.webp"
      }
    ],
    "expansion": {
      "id": "sssm",
      "name": "Shining Synergy (Summon)",
      "total": 192,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 192,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssm.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Summon)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-099.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-099.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-099.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Drag Off",
        "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. This attack does 30 damage to the new Active Pokémon."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dragon Tail",
        "text": "Flip 2 coins. This attack does 100 damage for each heads.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "hatachu",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:34:33.439Z"
    }
  }
}