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/swsh5a_ja-11?include=prices 200 17ms{
"success": true,
"data": {
"id": "swsh5a_ja-11",
"name": "Tentacool",
"number": "11",
"printed_number": "11",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/11.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/11.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/11.large.webp"
}
],
"expansion": {
"id": "swsh5a_ja",
"name": "Peerless Fighters",
"total": 96,
"language": "Japanese",
"language_code": "ja",
"series": "Sword & Shield",
"code": "S5a",
"printed_total": 70,
"release_date": "2021/03/19",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh5a_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh5a_ja.symbol.png",
"translation": {
"en": {
"name": "Peerless Fighters"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "570376",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/11.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/11.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5a_ja/11.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "60",
"attacks": [
{
"cost": [
"Water",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Gentle Slap",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "usually",
"artist": "SATOSHI NAKAI",
"pricing": {
"currency": "USD",
"market": 0.18,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.18
}
],
"graded": [],
"market_updated_at": "2026-09-22T02:29:12.201Z",
"trend_7d": {
"direction": "down",
"percent": -43.75
}
}
}
}