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)
Ho Oh Gx

Ho Oh Gx

Rare #191/151 Pokémon Basic HP 190
Types
Fire
Illustrator
5ban Graphics
Expansion
Storming Emergence (Radiant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Sacred Fire
Colorless · Colorless · Colorless

This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Phoenix Burn 180
Colorless · Colorless · Colorless · Colorless

This Pokémon can't use Phoenix Burn during your next turn.

Eternal Flame-GX
Colorless · Colorless · Colorless

Put 3 in any combination of Fire Pokémon-GX or Fire Pokémon-EX from your discard pile onto your Bench. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/ser-191?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ser-191",
    "name": "Ho Oh Gx",
    "number": "191/151",
    "printed_number": "191/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-191.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-191.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-191.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": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-191.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-191.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-191.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "190",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sacred Fire",
        "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Phoenix Burn",
        "text": "This Pokémon can't use Phoenix Burn during your next turn.",
        "damage": "180"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Eternal Flame-GX",
        "text": "Put 3 in any combination of Fire Pokémon-GX or Fire Pokémon-EX from your discard pile onto your Bench. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 9.8,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-21T03:59:45.157Z",
      "trend_7d": {
        "direction": "down",
        "percent": -14.78
      }
    }
  }
}