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

/api/v1/pokemon/cards/dp5t_ja-1000?include=prices 200 19ms{
"success": true,
"data": {
"id": "dp5t_ja-1000",
"name": "Houndoom",
"number": "1000",
"printed_number": "1000",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-1000.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-1000.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-1000.large.webp"
}
],
"expansion": {
"id": "dp5t_ja",
"name": "Temple of Anger",
"total": 64,
"language": "Japanese",
"language_code": "ja",
"series": "Diamond & Pearl",
"code": "DP5",
"printed_total": 64,
"release_date": "2008/03/14",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp5t_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp5t_ja.symbol.png",
"translation": {
"en": {
"name": "Temple of Anger"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": null,
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-1000.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-1000.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-1000.large.webp"
}
]
}
],
"supertype": "ポケモン",
"subtypes": [
"1進化"
],
"types": [
"炎"
],
"hp": "80",
"abilities": [
{
"name": "Revenge Fang",
"text": "If you have less Benched Pokémon than your opponent, each of Houndoom's attacks does 40 more damage to the Active Pokémon (before applying Weakness and Resistance).",
"type": "ポケボディ"
}
],
"weaknesses": [
{
"type": "水",
"value": "+20"
}
],
"rarity": "Uncommon",
"artist": "Kouki Saitou",
"pricing": {
"currency": "USD",
"market": null,
"is_stale": false,
"conditions": [],
"graded": []
}
}
}