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/sssh-152?include=prices 200 22ms{
"success": true,
"data": {
"id": "sssh-152",
"name": "Wishiwashi",
"number": "152/150",
"printed_number": "152/150",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-152.large.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-152.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-152.large.webp"
}
],
"expansion": {
"id": "sssh",
"name": "Shining Synergy (Shower)",
"total": 194,
"language": "Chinese",
"language_code": "zh",
"series": "Sun & Moon",
"printed_total": 194,
"release_date": "2023/01/18",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssh.logo.png",
"translation": {
"en": {
"name": "Shining Synergy (Shower)"
}
}
},
"language": "Chinese",
"language_code": "zh",
"tcgplayer_id": null,
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-152.large.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-152.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-152.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "180",
"attacks": [
{
"cost": [
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Hydro Splash",
"damage": "130"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Misaki Hashimoto",
"pricing": {
"currency": "USD",
"market": 9.49,
"is_stale": false,
"conditions": [],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 52.52,
"low": 57.15,
"high": 57.15,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-21T03:56:32.172Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}