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
Gurdurr

Gurdurr

Common #14 Pokémon Stage 1 HP 80
Types
Fighting
Illustrator
Naoki Saito
Expansion
BW Trainer Kit Excadrill · Black & White
Language
English
TCGplayer
98691

Attacks

Bulk Up 20
Colorless

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

Pound 60
Fighting · Fighting · Colorless
GET /api/v1/pokemon/cards/tk5b-14?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk5b-14",
    "name": "Gurdurr",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5b-14.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5b-14.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5b-14.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": "98691",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5b-14.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5b-14.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5b-14.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Bulk Up",
        "text": "During your next turn, each of this Pokémon's attacks does 20 more damage (before applying Weakness and Resistance).",
        "damage": "20"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Pound",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 0.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.2
        },
        {
          "condition": "LP",
          "price": 0.17
        },
        {
          "condition": "DMG",
          "price": 0.14
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T20:18:45.993Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}