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

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.
/api/v1/pokemon/cards/sm5m_ja-5?include=prices 200 17ms{
"success": true,
"data": {
"id": "sm5m_ja-5",
"name": "Prinplup",
"number": "5",
"printed_number": "5",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/5.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/5.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/5.large.webp"
}
],
"expansion": {
"id": "sm5m_ja",
"name": "Ultra Moon",
"total": 78,
"language": "Japanese",
"language_code": "ja",
"series": "Sun & Moon",
"code": "SM5M",
"printed_total": 66,
"release_date": "2017/12/08",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5m_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5m_ja.symbol.png",
"translation": {
"en": {
"name": "Ultra Moon"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "572259",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/5.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/5.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/5.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Water"
],
"hp": "90",
"attacks": [
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Bubble Beam",
"text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
"damage": "20"
},
{
"cost": [
"Water",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Wave Splash",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Mizue",
"pricing": {
"currency": "USD",
"market": 0.31,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.31
},
{
"condition": "MP",
"price": 0.25
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 203.56,
"low": 173.03,
"high": 234.09,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-08-22T02:40:25.267Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}