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

← Storming Emergence (Verdant)
Hoopa Gx

Hoopa Gx

Double Rare #098/151 Pokémon Basic HP 190
Types
Darkness
Illustrator
5ban Graphics
Expansion
Storming Emergence (Verdant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Rogue Ring
Colorless

Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck.

Dark Strike 160
Colorless · Colorless · Colorless

This Pokémon can't use Dark Strike during your next turn.

Devilish Hands-GX
Colorless · Colorless · Colorless

Choose 1 of your opponent's Pokémon-GX or Pokémon-EX 6 times. (You can choose the same Pokémon more than once.) For each time you chose a Pokémon, do 30 damage to it. This damage isn't affected by Weakness or Resistance. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sev-098vh?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sev-098vh",
    "name": "Hoopa Gx",
    "number": "098/151",
    "printed_number": "098/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-098vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-098vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-098vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sev",
      "name": "Storming Emergence (Verdant)",
      "total": 204,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 204,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sev.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Verdant)"
        }
      }
    },
    "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/sev-098vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-098vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sev-098vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "190",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Rogue Ring",
        "text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dark Strike",
        "text": "This Pokémon can't use Dark Strike during your next turn.",
        "damage": "160"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Devilish Hands-GX",
        "text": "Choose 1 of your opponent's Pokémon-GX or Pokémon-EX 6 times. (You can choose the same Pokémon more than once.) For each time you chose a Pokémon, do 30 damage to it. This damage isn't affected by Weakness or Resistance. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 2.99,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:36:56.604Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}