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/miscpp_ja-36?include=prices 200 16ms{
"success": true,
"data": {
"id": "miscpp_ja-36",
"name": "Sneasel",
"number": "36",
"printed_number": "36",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/36.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/36.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/36.large.webp"
}
],
"expansion": {
"id": "miscpp_ja",
"name": "P Promos",
"total": 47,
"language": "Japanese",
"language_code": "ja",
"series": "Other",
"printed_total": 47,
"release_date": "2001/07/01",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscpp_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscpp_ja.symbol.png",
"translation": {
"en": {
"name": "P Promos"
}
}
},
"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/miscpp_ja/36.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/36.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscpp_ja/36.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Darkness"
],
"hp": "60",
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Psychic",
"value": "-30"
}
],
"rarity": "Promo",
"artist": "Midori Harada",
"pricing": {
"currency": "USD",
"market": null,
"is_stale": false,
"conditions": [],
"graded": []
}
}
}