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/sm12-62vrh?include=prices 200 15ms{
"success": true,
"data": {
"id": "sm12-62vrh",
"name": "Wishiwashi",
"number": "62",
"printed_number": "62",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/62vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/62vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/62vrh.large.webp"
}
],
"expansion": {
"id": "sm12",
"name": "Cosmic Eclipse",
"total": 272,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "CEC",
"printed_total": 236,
"release_date": "2019/11/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "201238",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/62vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/62vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/62vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "180",
"abilities": [
{
"name": "Scatter",
"text": "At the end of your opponent's turn, if this Pokémon has any damage counters on it, flip a coin. If tails, shuffle this Pokémon and all cards attached to it into your deck.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Water",
"Water",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Hydro Splash",
"damage": "130"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Rare Holo",
"artist": "kawayoo",
"pricing": {
"currency": "USD",
"market": 3.33,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.33
},
{
"condition": "LP",
"price": 2.84
},
{
"condition": "MP",
"price": 2.24
},
{
"condition": "HP",
"price": 1.49
},
{
"condition": "DMG",
"price": 0.39
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 3,
"low": 2.55,
"high": 3.45,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:47:33.866Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}