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

← Noble Victories
Golurk

Golurk

Rare #72 Pokémon Stage 1 HP 130
Types
Fighting
Illustrator
Kouki Saitou
Expansion
Noble Victories · Black & White
Language
English
TCGplayer
85835

Attacks

Hammer Arm 60
Fighting · Fighting · Colorless

Discard the top card of your opponent's deck.

Hurricane Punch 50
Fighting · Fighting · Colorless · Colorless

Flip 4 coins. This attack does 50 damage times the number of heads.

GET /api/v1/pokemon/cards/bw3-72vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw3-72vrh",
    "name": "Golurk",
    "number": "72",
    "printed_number": "72",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/72vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/72vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/72vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw3",
      "name": "Noble Victories",
      "total": 102,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "NVI",
      "printed_total": 101,
      "release_date": "2011/11/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85835",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/72vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/72vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/72vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hammer Arm",
        "text": "Discard the top card of your opponent's deck.",
        "damage": "60"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Hurricane Punch",
        "text": "Flip 4 coins. This attack does 50 damage times the number of heads.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 9.55,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.55
        },
        {
          "condition": "LP",
          "price": 4.32
        },
        {
          "condition": "MP",
          "price": 3.99
        },
        {
          "condition": "DMG",
          "price": 2.05
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:37:59.119Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.1
      }
    }
  }
}