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

← Violet ex
Houndoom

Houndoom

usually #18 Pokémon Stage 1 HP 120
Types
Fire
Illustrator
hncl
Expansion
Violet ex · Scarlet & Violet
Language
Japanese
TCGplayer
568244

Attacks

Sharp Fang 30
Colorless
Fire Blast 150
Fire · Fire · Colorless

Discard an Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/sv1v_ja-18?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv1v_ja-18",
    "name": "Houndoom",
    "number": "18",
    "printed_number": "18",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1v_ja/18.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1v_ja/18.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1v_ja/18.large.webp"
      }
    ],
    "expansion": {
      "id": "sv1v_ja",
      "name": "Violet ex",
      "total": 108,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV1V",
      "printed_total": 78,
      "release_date": "2023/01/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv1v_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv1v_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Violet ex"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568244",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1v_ja/18.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1v_ja/18.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1v_ja/18.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Sharp Fang",
        "damage": "30"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Fire Blast",
        "text": "Discard an Energy attached to this Pokémon.",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "hncl",
    "pricing": {
      "currency": "USD",
      "market": 0.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.2
        },
        {
          "condition": "LP",
          "price": 0.07
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:24:11.841Z",
      "trend_7d": {
        "direction": "down",
        "percent": -39.39
      }
    }
  }
}