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

← Expedition Base Set
Houndour

Houndour

Common #113 Pokémon Basic HP 50
Types
Darkness
Illustrator
Mitsuhiro Arita
Expansion
Expedition Base Set · E-Card
Language
English
TCGplayer
86223

Attacks

Bite 10
Colorless
GET /api/v1/pokemon/cards/ecard1-113?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard1-113",
    "name": "Houndour",
    "number": "113",
    "printed_number": "113",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1/113.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1/113.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1/113.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard1",
      "name": "Expedition Base Set",
      "total": 165,
      "language": "English",
      "language_code": "en",
      "series": "E-Card",
      "code": "EX",
      "printed_total": 165,
      "release_date": "2002/09/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86223",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1/113.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1/113.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1/113.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Bite",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 4.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.5
        },
        {
          "condition": "MP",
          "price": 3.64
        },
        {
          "condition": "HP",
          "price": 2.57
        },
        {
          "condition": "DMG",
          "price": 1.95
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 48.5,
          "low": 28.5,
          "high": 68.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 12.5,
          "low": 10.63,
          "high": 14.37,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 19.77,
          "low": 24.99,
          "high": 24.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 125,
          "low": 106.25,
          "high": 143.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 23.3,
          "low": 23.99,
          "high": 23.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 24.05,
          "low": 20.44,
          "high": 27.66,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 38.84,
          "low": 33.01,
          "high": 44.67,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "10",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:48:57.391Z",
      "trend_7d": {
        "direction": "down",
        "percent": -29.91
      }
    }
  }
}