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/sv8-52vrh?include=prices 200 17ms{
"success": true,
"data": {
"id": "sv8-52vrh",
"name": "Quaquaval",
"number": "52",
"printed_number": "52",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/52vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/52vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/52vrh.large.webp"
}
],
"expansion": {
"id": "sv8",
"name": "Surging Sparks",
"total": 252,
"language": "English",
"language_code": "en",
"series": "Scarlet & Violet",
"code": "SSP",
"printed_total": 191,
"release_date": "2024/11/08",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "590030",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/52vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/52vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/52vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Water"
],
"hp": "170",
"abilities": [
{
"name": "Up-Tempo",
"text": "You must put a card from your hand on the bottom of your deck in order to use this Ability. Once during your turn, you may draw cards until you have 5 cards in your hand.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Water",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Hydro Splash",
"damage": "120"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "nagimiso",
"pricing": {
"currency": "USD",
"market": 0.25,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.25
},
{
"condition": "LP",
"price": 0.22
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 14.13,
"low": 13.99,
"high": 13.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 9,
"low": 7.65,
"high": 10.35,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:36:43.744Z",
"trend_7d": {
"direction": "down",
"percent": -3.85
}
}
}
}