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

← Neo Discovery 1st Edition
Houndour

Houndour

Rare #24 Pokémon Basic HP 50
Types
Fire
Illustrator
Aya Kusube
Expansion
Neo Discovery 1st Edition · Neo
Language
English
TCGplayer
86217

Attacks

Smog 10
Fire

Flip a coin. If heads, the Defending Pokémon is now Poisoned.

Collect Fire 20
Fire · Fire

If there are any Fire Energy cards in your discard pile, choose 1 of them and attach it to Houndour.

GET /api/v1/pokemon/cards/neo2-24v1e?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo2-24v1e",
    "name": "Houndour",
    "number": "24",
    "printed_number": "24",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2-1st-edition/24v1e.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2-1st-edition/24v1e.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2-1st-edition/24v1e.large.webp"
      }
    ],
    "expansion": {
      "id": "neo2-1st-edition",
      "name": "Neo Discovery 1st Edition",
      "total": 75,
      "language": "English",
      "language_code": "en",
      "series": "Neo",
      "printed_total": 75,
      "release_date": "2001/06/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86217",
    "variants": [
      {
        "name": "firstEdition",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2-1st-edition/24v1e.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2-1st-edition/24v1e.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo2-1st-edition/24v1e.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Smog",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned.",
        "damage": "10"
      },
      {
        "cost": [
          "Fire",
          "Fire"
        ],
        "converted_energy_cost": 2,
        "name": "Collect Fire",
        "text": "If there are any Fire Energy cards in your discard pile, choose 1 of them and attach it to Houndour.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Aya Kusube",
    "pricing": {
      "currency": "USD",
      "market": 30.69,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 30.69
        },
        {
          "condition": "LP",
          "price": 23.12
        },
        {
          "condition": "MP",
          "price": 15.02
        },
        {
          "condition": "HP",
          "price": 10.75
        },
        {
          "condition": "DMG",
          "price": 8.73
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 65,
          "low": 55.25,
          "high": 74.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 62.49,
          "low": 40.49,
          "high": 84.49,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 90,
          "low": 76.5,
          "high": 103.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 129.5,
          "low": 190,
          "high": 190,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 31.5,
          "low": 26.78,
          "high": 36.22,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 27,
          "low": 22.95,
          "high": 31.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 90.75,
          "low": 110,
          "high": 110,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:16:16.854Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.03
      }
    }
  }
}