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/sv1-54vrh?include=prices 200 16ms{
"success": true,
"data": {
"id": "sv1-54vrh",
"name": "Quaquaval",
"number": "54",
"printed_number": "54",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/54vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/54vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/54vrh.large.webp"
}
],
"expansion": {
"id": "sv1",
"name": "Scarlet & Violet",
"total": 258,
"language": "English",
"language_code": "en",
"series": "Scarlet & Violet",
"code": "SVI",
"printed_total": 198,
"release_date": "2023/03/31",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "487902",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/54vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/54vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/54vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Water"
],
"hp": "170",
"abilities": [
{
"name": "Energy Carnival",
"text": "Once during your turn, you may attach a Basic Energy card from your hand to 1 of your Pokémon.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Water",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Hydro Kick",
"damage": "140"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Kouki Saitou",
"pricing": {
"currency": "USD",
"market": 0.25,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.25
},
{
"condition": "LP",
"price": 0.22
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 2.25,
"low": 2.25,
"high": 2.25,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:13:49.240Z",
"trend_7d": {
"direction": "down",
"percent": -3.85
}
}
}
}