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

← Crimson Invasion
Houndoom

Houndoom

Rare #59 Pokémon Stage 1 HP 110
Types
Darkness
Illustrator
Shin Nagasawa
Expansion
Crimson Invasion · Sun & Moon
Language
English
TCGplayer
149082

Attacks

Fire Fang 30
Darkness · Colorless

Your opponent's Active Pokémon is now Burned.

Puncturing Fangs 90
Darkness · Colorless · Colorless

This attack's damage isn't affected by Resistance.

GET /api/v1/pokemon/cards/sm4-59?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm4-59",
    "name": "Houndoom",
    "number": "59",
    "printed_number": "59",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/59.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/59.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/59.large.webp"
      }
    ],
    "expansion": {
      "id": "sm4",
      "name": "Crimson Invasion",
      "total": 126,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CIN",
      "printed_total": 111,
      "release_date": "2017/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "149082",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/59.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/59.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/59.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Fire Fang",
        "text": "Your opponent's Active Pokémon is now Burned.",
        "damage": "30"
      },
      {
        "cost": [
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Puncturing Fangs",
        "text": "This attack's damage isn't affected by Resistance.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 0.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.57
        },
        {
          "condition": "LP",
          "price": 0.43
        },
        {
          "condition": "MP",
          "price": 0.3
        },
        {
          "condition": "HP",
          "price": 0.41
        },
        {
          "condition": "DMG",
          "price": 0.22
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 14.59,
          "low": 12.4,
          "high": 16.78,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:58:38.868Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.39
      }
    }
  }
}