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

← Great Encounters
Houndoom

Houndoom

Rare #18 Pokémon Stage 1 HP 90
Types
Darkness
Illustrator
Ken Sugimori
Expansion
Great Encounters · Diamond & Pearl
Language
English
TCGplayer
86207

Attacks

Dark Fang 20
Darkness

Choose 1 card from your opponent's hand without looking and discard it.

Black Fire 40
Fire · Colorless

You may discard a Fire or Darkness Energy attached to Houndoom. If you discard a Fire Energy, the Defending Pokémon is now Burned. If you discard a Darkness Energy, this attack does 40 damage plus 30 more damage.

GET /api/v1/pokemon/cards/dp4-18vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp4-18vrh",
    "name": "Houndoom",
    "number": "18",
    "printed_number": "18",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/18vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/18vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/18vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "dp4",
      "name": "Great Encounters",
      "total": 106,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "GE",
      "printed_total": 106,
      "release_date": "2008/02/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86207",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/18vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/18vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/18vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "converted_energy_cost": 1,
        "name": "Dark Fang",
        "text": "Choose 1 card from your opponent's hand without looking and discard it.",
        "damage": "20"
      },
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Black Fire",
        "text": "You may discard a Fire or Darkness Energy attached to Houndoom. If you discard a Fire Energy, the Defending Pokémon is now Burned. If you discard a Darkness Energy, this attack does 40 damage plus 30 more damage.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 19.03,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 19.03
        },
        {
          "condition": "LP",
          "price": 15.69
        },
        {
          "condition": "MP",
          "price": 13.88
        },
        {
          "condition": "HP",
          "price": 8.93
        },
        {
          "condition": "DMG",
          "price": 6.12
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 150,
          "low": 127.5,
          "high": 172.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 72.5,
          "low": 99.99,
          "high": 99.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 661.49,
          "low": 412.5,
          "high": 970.02,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 43,
          "low": 36.5,
          "high": 184.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:36:01.519Z",
      "trend_7d": {
        "direction": "up",
        "percent": 12.14
      }
    }
  }
}