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

Flip a coin. If heads, this attack does 10 damage plus 20 more damage.
This attack does 30 damage plus 20 damage times the number of your opponent's Benched Pokémon minus the number of your Benched Pokémon. (For example, if your opponent has 3 Benched Pokémon and you have 1, this attack will do 30 damage plus 40 more damage.)
/api/v1/pokemon/cards/ecard3-12?include=prices 200 17ms{
"success": true,
"data": {
"id": "ecard3-12",
"name": "Houndoom",
"number": "12",
"printed_number": "12",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/12.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/12.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/12.large.webp"
}
],
"expansion": {
"id": "ecard3",
"name": "Skyridge",
"total": 182,
"language": "English",
"language_code": "en",
"series": "E-Card",
"code": "SK",
"printed_total": 144,
"release_date": "2003/05/12",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard3.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ecard3.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "86201",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/12.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/12.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3/12.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Darkness"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Ambush",
"text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage.",
"damage": "10"
},
{
"cost": [
"Darkness",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Lonely Fang",
"text": "This attack does 30 damage plus 20 damage times the number of your opponent's Benched Pokémon minus the number of your Benched Pokémon. (For example, if your opponent has 3 Benched Pokémon and you have 1, this attack will do 30 damage plus 40 more damage.)",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Psychic",
"value": "-30"
}
],
"rarity": "Rare",
"artist": "Kimiya Masago",
"pricing": {
"currency": "USD",
"market": 99.4,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 99.4
},
{
"condition": "LP",
"price": 85
},
{
"condition": "MP",
"price": 52.79
},
{
"condition": "HP",
"price": 34.66
},
{
"condition": "DMG",
"price": 39.26
}
],
"graded": [
{
"company": "BGS",
"grade": "9.5",
"value": 55,
"low": 46.75,
"high": 63.25,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "10",
"value": 112,
"low": 99,
"high": 125,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 119,
"low": 104.6,
"high": 135.8,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
},
{
"company": "CGC",
"grade": "9.5",
"value": 110,
"low": 93.5,
"high": 126.5,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 352.5,
"low": 299.63,
"high": 405.37,
"confidence": "low",
"value_kind": "feed",
"sold_count": 3
},
{
"company": "PSA",
"grade": "4",
"value": 45.25,
"low": 38.46,
"high": 52.04,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "5",
"value": 45.5,
"low": 38.67,
"high": 52.33,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 52,
"low": 44.2,
"high": 59.8,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 27.6,
"low": 27.6,
"high": 147.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8",
"value": 32,
"low": 27.2,
"high": 36.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 179.03,
"low": 177.51,
"high": 496,
"confidence": "high",
"value_kind": "sold",
"sold_count": 5
}
],
"market_updated_at": "2026-09-03T03:54:44.442Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}