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

← McDonald's Collection 2012
Drilbur

Drilbur

Common #8 Pokémon Basic HP 70
Types
Fighting
Illustrator
match
Expansion
McDonald's Collection 2012 · Other
Language
English
TCGplayer
84967

Attacks

Hone ClawsScratch 10
Colorless · Fighting

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

GET /api/v1/pokemon/cards/mcd12-8vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd12-8vh",
    "name": "Drilbur",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd12/8vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd12/8vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd12/8vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd12",
      "name": "McDonald's Collection 2012",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 12,
      "release_date": "2012/06/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84967",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd12/8vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd12/8vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd12/8vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Fighting"
        ],
        "converted_energy_cost": 2,
        "name": "Hone ClawsScratch",
        "text": "During your next turn, each of this Pokémon's attacks does 30 more damage (before applying Weakness and Resistance).",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "match",
    "pricing": {
      "currency": "USD",
      "market": 5.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.19
        },
        {
          "condition": "LP",
          "price": 3.3
        },
        {
          "condition": "MP",
          "price": 2.02
        },
        {
          "condition": "HP",
          "price": 1.07
        },
        {
          "condition": "DMG",
          "price": 0.88
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:39:19.101Z",
      "trend_7d": {
        "direction": "down",
        "percent": -6.99
      }
    }
  }
}