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

← Rising Rivals
Houndoom E4

Houndoom E4

Common #65 Pokémon BasicSP HP 80
Types
Darkness
Illustrator
Masakazu Fukuda
Expansion
Rising Rivals · Platinum
Language
English
TCGplayer
86214

Attacks

Corner 20
Colorless · Colorless

The Defending Pokémon can't retreat during your opponent's next turn.

Fire Fang 40
Fire · Colorless · Colorless

The Defending Pokémon is now Burned.

GET /api/v1/pokemon/cards/pl2-65?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl2-65",
    "name": "Houndoom E4",
    "number": "65",
    "printed_number": "65",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/65.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/65.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/65.large.webp"
      }
    ],
    "expansion": {
      "id": "pl2",
      "name": "Rising Rivals",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "RR",
      "printed_total": 111,
      "release_date": "2009/05/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86214",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/65.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/65.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/65.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "SP"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Corner",
        "text": "The Defending Pokémon can't retreat during your opponent's next turn.",
        "damage": "20"
      },
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Fire Fang",
        "text": "The Defending Pokémon is now Burned.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 1.56,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.56
        },
        {
          "condition": "LP",
          "price": 1.51
        },
        {
          "condition": "MP",
          "price": 0.84
        },
        {
          "condition": "HP",
          "price": 0.64
        },
        {
          "condition": "DMG",
          "price": 0.8
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 17.63,
          "low": 15.25,
          "high": 20,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 39.99,
          "low": 33.99,
          "high": 45.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 13.37,
          "low": 11.36,
          "high": 15.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:21:30.919Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.7
      }
    }
  }
}