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 Zoroark V

Hisuian Zoroark V

Double Rare #057/066 Pokémon Basic HP 210
Types
Colorless
Illustrator
aky CG Works
Expansion
Shadow of Glory · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Void Return 30

You may switch this Pokémon with 1 of your Benched Pokémon.

Shadow Cyclone 130
Colorless · Colorless · Colorless

Move an Energy from this Pokémon to 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/sog-057vh?include=prices 200 42ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sog-057vh",
    "name": "Hisuian Zoroark V",
    "number": "057/066",
    "printed_number": "057/066",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sog-057vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sog-057vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sog-057vh.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-057vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sog-057vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sog-057vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "210",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Void Return",
        "text": "You may switch this Pokémon with 1 of your Benched Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Shadow Cyclone",
        "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "aky CG Works",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T02:31:23.276Z"
    }
  }
}