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

← Surging Sparks
Excadrill

Excadrill

Common #109 Pokémon Stage 1 HP 120
Types
Fighting
Illustrator
Yuya Oka
Expansion
Surging Sparks · Scarlet & Violet
Language
English
TCGplayer
589938

Attacks

Digging Claw 20
Colorless

Discard the top card of your opponent's deck.

Drill Smash 60
Fighting · Colorless

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

GET /api/v1/pokemon/cards/sv8-109?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8-109",
    "name": "Excadrill",
    "number": "109",
    "printed_number": "109",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/109.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/109.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/109.large.webp"
      }
    ],
    "expansion": {
      "id": "sv8",
      "name": "Surging Sparks",
      "total": 252,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SSP",
      "printed_total": 191,
      "release_date": "2024/11/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "589938",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/109.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/109.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/109.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Digging Claw",
        "text": "Discard the top card of your opponent's deck.",
        "damage": "20"
      },
      {
        "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.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Yuya Oka",
    "pricing": {
      "currency": "USD",
      "market": 0.1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.1
        },
        {
          "condition": "LP",
          "price": 0.05
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-19T05:29:12.764Z",
      "trend_7d": {
        "direction": "down",
        "percent": -9.09
      }
    }
  }
}