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

← Scarlet & Violet
Houndoom

Houndoom

Common #34 Pokémon Stage 1 HP 120
Types
Fire
Illustrator
hncl
Expansion
Scarlet & Violet · Scarlet & Violet
Language
English
TCGplayer
487874

Attacks

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

Discard an Energy from this Pokémon.

GET /api/v1/pokemon/cards/sv1-34?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv1-34",
    "name": "Houndoom",
    "number": "34",
    "printed_number": "34",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/34.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/34.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/34.large.webp"
      }
    ],
    "expansion": {
      "id": "sv1",
      "name": "Scarlet & Violet",
      "total": 258,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SVI",
      "printed_total": 198,
      "release_date": "2023/03/31",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "487874",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/34.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/34.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/34.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 from this Pokémon.",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "hncl",
    "pricing": {
      "currency": "USD",
      "market": 0.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.15
        },
        {
          "condition": "LP",
          "price": 0.1
        },
        {
          "condition": "MP",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 10.5,
          "low": 3.1,
          "high": 10.5,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9,
          "low": 9,
          "high": 9.25,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:13:49.240Z",
      "trend_7d": {
        "direction": "down",
        "percent": -6.67
      }
    }
  }
}