Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Paradise Dragona
Excadrill

Excadrill

usually #29 Pokémon Stage 1
Types
Fighting
Illustrator
Yuya Oka
Expansion
Paradise Dragona · Scarlet & Violet
Language
Japanese
TCGplayer
579411

Attacks

Digging Claw
Colorless

Discard the top card of your opponent's deck.

Drill Smash
Fighting · Colorless

If you have any Metal Pokémon on your Bench, this attack does 80 more damage.

GET /api/v1/pokemon/cards/sv7a_ja-29?include=prices 200 66ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv7a_ja-29",
    "name": "Excadrill",
    "number": "29",
    "printed_number": "29",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7a_ja/29.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7a_ja/29.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7a_ja/29.large.png"
      }
    ],
    "expansion": {
      "id": "sv7a_ja",
      "name": "Paradise Dragona",
      "total": 94,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV7a",
      "printed_total": 64,
      "release_date": "2024/09/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv7a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv7a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Paradise Dragona"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "579411",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7a_ja/29.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7a_ja/29.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv7a_ja/29.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Digging Claw",
        "text": "Discard the top card of your opponent's deck."
      },
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Drill Smash",
        "text": "If you have any Metal Pokémon on your Bench, this attack does 80 more damage."
      }
    ],
    "rarity": "usually",
    "artist": "Yuya Oka",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T15:37:14.471Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}