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

← LEGEND Promos
Houndour

Houndour

Promo #50 Pokémon Basic
Types
Darkness
Illustrator
Kagemaru Himeno
Expansion
LEGEND Promos · LEGEND
Language
Japanese
TCGplayer
608589
GET /api/v1/pokemon/cards/lp_ja-50?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "lp_ja-50",
    "name": "Houndour",
    "number": "50",
    "printed_number": "50",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-50.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-50.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-50.large.webp"
      }
    ],
    "expansion": {
      "id": "lp_ja",
      "name": "LEGEND Promos",
      "total": 92,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "printed_total": 92,
      "release_date": "2009/09/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/lp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/lp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "LEGEND Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608589",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-50.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-50.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/lp_ja-50.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "rarity": "Promo",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 26
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-14T02:39:44.252Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}