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

← Black Collection
Drilbur

Drilbur

usually #31 Pokémon Basic HP 70
Types
Fighting
Illustrator
match
Expansion
Black Collection · Black & White
Language
Japanese
TCGplayer
600799

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/bw1b_ja-31?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw1b_ja-31",
    "name": "Drilbur",
    "number": "31",
    "printed_number": "31",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/31.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/31.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/31.large.webp"
      }
    ],
    "expansion": {
      "id": "bw1b_ja",
      "name": "Black Collection",
      "total": 56,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW1",
      "printed_total": 53,
      "release_date": "2010/12/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw1b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw1b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Black Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "600799",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/31.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/31.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1b_ja/31.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": "usually",
    "artist": "match",
    "pricing": {
      "currency": "USD",
      "market": 4.67,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.67
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T02:07:39.779Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}