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

← Cosmic Eclipse
Dragonium Z: Dragon Claw

Dragonium Z: Dragon Claw

Uncommon #190 Trainer Pokémon Tool
Illustrator
aky CG Works
Expansion
Cosmic Eclipse · Sun & Moon
Language
English
TCGplayer
201649

Attacks

Destructive Drake-GX 80
Colorless · Colorless · Colorless

Discard all basic Energy from this Pokémon. This attack does 80 damage for each card you discarded in this way. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm12-190?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12-190",
    "name": "Dragonium Z: Dragon Claw",
    "number": "190",
    "printed_number": "190",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/190.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/190.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/190.large.webp"
      }
    ],
    "expansion": {
      "id": "sm12",
      "name": "Cosmic Eclipse",
      "total": 272,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CEC",
      "printed_total": 236,
      "release_date": "2019/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "201649",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/190.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/190.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/190.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Pokémon Tool"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Destructive Drake-GX",
        "text": "Discard all basic Energy from this Pokémon. This attack does 80 damage for each card you discarded in this way. (You can't use more than 1 GX attack in a game.)",
        "damage": "80"
      }
    ],
    "rarity": "Uncommon",
    "artist": "aky CG Works",
    "pricing": {
      "currency": "USD",
      "market": 0.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.19
        },
        {
          "condition": "MP",
          "price": 0.11
        },
        {
          "condition": "HP",
          "price": 0.02
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:47:33.866Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}