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 (Radiant)
Genesect Gx

Genesect Gx

Double Rare #086/151 Pokémon Basic HP 180
Types
Metal
Illustrator
Yoshinobu Saito
Expansion
Storming Emergence (Radiant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Burst Shot 130
Colorless · Colorless · Colorless
Break Buster-GX 190
Colorless · Colorless · Colorless

This attack's damage isn't affected by Resistance. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/ser-086vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ser-086vh",
    "name": "Genesect Gx",
    "number": "086/151",
    "printed_number": "086/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-086vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-086vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-086vh.large.webp"
      }
    ],
    "expansion": {
      "id": "ser",
      "name": "Storming Emergence (Radiant)",
      "total": 211,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 211,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ser.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Radiant)"
        }
      }
    },
    "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/ser-086vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-086vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-086vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Metal"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Burst Shot",
        "damage": "130"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Break Buster-GX",
        "text": "This attack's damage isn't affected by Resistance. (You can't use more than 1 GX attack in a game.)",
        "damage": "190"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Yoshinobu Saito",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:35:59.372Z"
    }
  }
}