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

← Skyscraping Perfection
Golurk V

Golurk V

Super Rare #69 Pokémon BasicVSingle Strike HP 220
Types
Psychic
Illustrator
Eske Yoshinob
Expansion
Skyscraping Perfection · Sword & Shield
Language
Japanese
TCGplayer
569392

Attacks

Mega Punch 80
Psychic · Colorless · Colorless
Rewind Beam 180
Psychic · Psychic · Colorless · Colorless

If your opponent's Active Pokémon is an evolved Pokémon, devolve it by putting the highest Stage Evolution card on it into your opponent's hand.

GET /api/v1/pokemon/cards/swsh7d_ja-69vh?include=prices 200 34ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh7d_ja-69vh",
    "name": "Golurk V",
    "number": "69",
    "printed_number": "69",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/69vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/69vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/69vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh7d_ja",
      "name": "Skyscraping Perfection",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S7D",
      "printed_total": 67,
      "release_date": "2021/07/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh7d_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh7d_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Skyscraping Perfection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569392",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/69vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/69vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/69vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V",
      "Single Strike"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "220",
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Mega Punch",
        "damage": "80"
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Rewind Beam",
        "text": "If your opponent's Active Pokémon is an evolved Pokémon, devolve it by putting the highest Stage Evolution card on it into your opponent's hand.",
        "damage": "180"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Super Rare",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 6.49,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.49
        },
        {
          "condition": "LP",
          "price": 0.45
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 36,
          "low": 30.6,
          "high": 41.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:46:59.344Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}