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/m5_ja-14?include=prices 200 19ms{
"success": true,
"data": {
"id": "m5_ja-14",
"name": "Wailmer",
"number": "14",
"printed_number": "14",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-14.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-14.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-14.large.webp"
}
],
"expansion": {
"id": "m5_ja",
"name": "Abyss Eye",
"total": 118,
"language": "Japanese",
"language_code": "ja",
"series": "Mega Evolution",
"code": "M5",
"printed_total": 81,
"release_date": "2026/05/22",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m5_ja.symbol.png",
"translation": {
"en": {
"name": "Abyss Eye"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "695044",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-14.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-14.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m5_ja-14.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "130",
"attacks": [
{
"cost": [
"Water",
"Water"
],
"converted_energy_cost": 2,
"name": "Water Gun",
"damage": "40"
},
{
"cost": [
"Water",
"Water",
"Water"
],
"converted_energy_cost": 3,
"name": "Wave Splash",
"damage": "80"
}
],
"weaknesses": [
{
"type": "雷",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Asako Ito",
"pricing": {
"currency": "USD",
"market": 0.28,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.28
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 36.5,
"low": 24.75,
"high": 48.25,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:09:57.625Z",
"trend_7d": {
"direction": "up",
"percent": 7.69
}
}
}
}