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

← PCG Promos
Ho-Oh

Ho-Oh

Promo #135 Pokémon Basic
Types
Fire
Illustrator
Mitsuhiro Arita
Expansion
PCG Promos · PCG
Language
Japanese
TCGplayer

Attacks

Fire Wing 20
Fire · Colorless
Fire Blast 60
Fire · Fire · Fire · Colorless

Discard a Fire Energy attached to Ho-Oh.

GET /api/v1/pokemon/cards/pcgp_ja-135vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcgp_ja-135vh",
    "name": "Ho-Oh",
    "number": "135",
    "printed_number": "135",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/135vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/135vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/135vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pcgp_ja",
      "name": "PCG Promos",
      "total": 153,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 153,
      "release_date": "2003/01/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcgp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcgp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "PCG Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/135vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/135vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/135vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Fire Wing",
        "damage": "20"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Fire Blast",
        "text": "Discard a Fire Energy attached to Ho-Oh.",
        "damage": "60"
      }
    ],
    "rarity": "Promo",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 6.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.99
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-06T05:17:33.214Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}