Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Gem Pack Vol. 5
Houndoom

Houndoom

Uncommon #0804/07 Pokémon Stage 1 HP 120
Types
Fire
Illustrator
burari
Expansion
Gem Pack Vol. 5 · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Bite 50
Colorless · Colorless
Snarl 100
Colorless · Colorless · Colorless

During your opponent's next turn, attacks used by the Defending Pokémon do 100 less damage (before applying Weakness and Resistance) .

GET /api/v1/pokemon/cards/cn-gem-pack-vol-5-0804?include=prices 200 33ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cn-gem-pack-vol-5-0804",
    "name": "Houndoom",
    "number": "0804/07",
    "printed_number": "0804/07",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-5-0804.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-5-0804.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-5-0804.large.webp"
      }
    ],
    "expansion": {
      "id": "cn-gem-pack-vol-5",
      "name": "Gem Pack Vol. 5",
      "total": 196,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 196,
      "release_date": "2026/04/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cn-gem-pack-vol-5.logo.png",
      "translation": {
        "en": {
          "name": "Gem Pack Vol. 5"
        }
      }
    },
    "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/cn-gem-pack-vol-5-0804.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-5-0804.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-gem-pack-vol-5-0804.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Bite",
        "damage": "50"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Snarl",
        "text": "During your opponent's next turn, attacks used by the Defending Pokémon do 100 less damage (before applying Weakness and Resistance) .",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "burari",
    "pricing": {
      "currency": "USD",
      "market": 2.99,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T11:36:06.972Z",
      "trend_7d": {
        "direction": "up",
        "percent": 50.25
      }
    }
  }
}