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
Drilbur

Drilbur

Common #13 Pokémon Basic HP 70
Types
Fighting
Illustrator
match
Expansion
BW Trainer Kit Excadrill · Black & White
Language
English
TCGplayer
98689

Attacks

Hone Claws
Colorless

During your next turn, each of this Pokémon's attacks does 30 more damage (before applying Weakness and Resistance).

Scratch 10
Fighting
GET /api/v1/pokemon/cards/tk5b-13?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk5b-13",
    "name": "Drilbur",
    "number": "13",
    "printed_number": "13",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5b-13.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5b-13.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5b-13.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": "98689",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5b-13.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5b-13.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5b-13.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Hone Claws",
        "text": "During your next turn, each of this Pokémon's attacks does 30 more damage (before applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Scratch",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "match",
    "pricing": {
      "currency": "USD",
      "market": 0.16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.16
        },
        {
          "condition": "MP",
          "price": 0.15
        },
        {
          "condition": "HP",
          "price": 0.01
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T20:18:45.993Z",
      "trend_7d": {
        "direction": "down",
        "percent": -11.11
      }
    }
  }
}