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

← Chilling Reign
Golurk

Golurk

Rare #66 Pokémon Stage 1 HP 150
Types
Psychic
Illustrator
Teeziro
Expansion
Chilling Reign · Sword & Shield
Language
English
TCGplayer
241727

Attacks

Reinforced Punch 60
Psychic · Colorless · Colorless

If this Pokémon has a Pokémon Tool attached, this attack does 90 more damage.

Megaton Fall 190
Psychic · Psychic · Colorless · Colorless

This Pokémon also does 30 damage to itself.

GET /api/v1/pokemon/cards/swsh6-66vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh6-66vrh",
    "name": "Golurk",
    "number": "66",
    "printed_number": "66",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/66vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/66vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/66vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh6",
      "name": "Chilling Reign",
      "total": 233,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "CRE",
      "printed_total": 198,
      "release_date": "2021/06/18",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "241727",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/66vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/66vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6/66vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Reinforced Punch",
        "text": "If this Pokémon has a Pokémon Tool attached, this attack does 90 more damage.",
        "damage": "60"
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Megaton Fall",
        "text": "This Pokémon also does 30 damage to itself.",
        "damage": "190"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Teeziro",
    "pricing": {
      "currency": "USD",
      "market": 0.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.24
        },
        {
          "condition": "LP",
          "price": 0.22
        },
        {
          "condition": "MP",
          "price": 0.12
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:11:51.488Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}