Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Shadow of Glory
Hisuian Goodra V

Hisuian Goodra V

Double Rare #052/066 Pokémon Basic HP 220
Types
Dragon
Illustrator
5ban Graphics
Expansion
Shadow of Glory · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Slip-'n'-Trip 60
Colorless · Colorless

Your opponent switches their Active Pokémon with 1 of their Benched Pokémon.

Rolling Shell 140
Colorless · Colorless · Colorless

During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).

GET /api/v1/pokemon/cards/sog-052vh?include=prices 200 53ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sog-052vh",
    "name": "Hisuian Goodra V",
    "number": "052/066",
    "printed_number": "052/066",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sog-052vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sog-052vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sog-052vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sog",
      "name": "Shadow of Glory",
      "total": 89,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 89,
      "release_date": "2024/08/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sog.logo.png",
      "translation": {
        "en": {
          "name": "Shadow of Glory"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sog-052vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sog-052vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sog-052vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "220",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Slip-'n'-Trip",
        "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon.",
        "damage": "60"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Rolling Shell",
        "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
        "damage": "140"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T02:31:22.956Z"
    }
  }
}