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

← Rage of the Broken Heavens
Ho-Oh-EX

Ho-Oh-EX

Super Rare #88 Pokémon BasicEX HP 180
Types
Colorless
Illustrator
Ryo Ueda
Expansion
Rage of the Broken Heavens · XY
Language
Japanese
TCGplayer
604167

Attacks

Elemental Feather 130
Grass · Water · Lightning

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

GET /api/v1/pokemon/cards/xy9_ja-88vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy9_ja-88vh",
    "name": "Ho-Oh-EX",
    "number": "88",
    "printed_number": "88",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/88vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/88vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/88vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy9_ja",
      "name": "Rage of the Broken Heavens",
      "total": 89,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY9",
      "printed_total": 80,
      "release_date": "2015/12/11",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy9_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy9_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rage of the Broken Heavens"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "604167",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/88vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/88vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9_ja/88vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "180",
    "abilities": [
      {
        "name": "Purifying Fire",
        "text": "Once during your turn (before your attack), if this Pokémon has any basic Fire Energy attached to it, you may heal 50 damage from it.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Water",
          "Lightning"
        ],
        "converted_energy_cost": 3,
        "name": "Elemental Feather",
        "text": "This attack does 30 damage to 1 of your opponents Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Super Rare",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 344.85,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 84,
          "low": 71.4,
          "high": 96.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 676.9,
          "low": 769,
          "high": 841,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 52,
          "low": 44.2,
          "high": 59.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 187.9,
          "low": 255,
          "high": 255,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-04-27T09:41:57.353Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}