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 & White
Gurdurr

Gurdurr

Uncommon #60 Pokémon Stage 1 HP 80
Types
Fighting
Illustrator
Naoki Saito
Expansion
Black & White · Black & White
Language
English
TCGplayer
85980

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/bw1-60vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw1-60vrh",
    "name": "Gurdurr",
    "number": "60",
    "printed_number": "60",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/60vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/60vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/60vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw1",
      "name": "Black & White",
      "total": 115,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "BLW",
      "printed_total": 114,
      "release_date": "2011/04/25",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85980",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/60vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/60vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw1/60vrh.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": "Uncommon",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 1.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.15
        },
        {
          "condition": "LP",
          "price": 0.67
        },
        {
          "condition": "MP",
          "price": 0.79
        },
        {
          "condition": "HP",
          "price": 0.69
        },
        {
          "condition": "DMG",
          "price": 0.45
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:55:59.457Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}