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

← BW Trainer Kit Excadrill
Excadrill

Excadrill

Common #30 Pokémon Stage 1 HP 110
Types
Fighting
Illustrator
5ban Graphics
Expansion
BW Trainer Kit Excadrill · Black & White
Language
English
TCGplayer
98696

Attacks

Metal Claw 30
Colorless
Drill Run 80
Fighting · Fighting · Fighting

Discard an Energy attached to the Defending Pokémon.

GET /api/v1/pokemon/cards/tk5b-30vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk5b-30vh",
    "name": "Excadrill",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5b-30vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5b-30vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5b-30vh.large.webp"
      }
    ],
    "expansion": {
      "id": "tk5b",
      "name": "BW Trainer Kit Excadrill",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "printed_total": 30,
      "release_date": "2011/09/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk5b.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk5b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "98696",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5b-30vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5b-30vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5b-30vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Metal Claw",
        "damage": "30"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 3,
        "name": "Drill Run",
        "text": "Discard an Energy attached to the Defending Pokémon.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.47,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.47
        },
        {
          "condition": "LP",
          "price": 0.38
        },
        {
          "condition": "MP",
          "price": 0.31
        },
        {
          "condition": "HP",
          "price": 0.26
        },
        {
          "condition": "DMG",
          "price": 0.27
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:40:41.569Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}