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/pl3-124vrh?include=prices 200 16ms{
"success": true,
"data": {
"id": "pl3-124vrh",
"name": "Sandshrew",
"number": "124",
"printed_number": "124",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/124vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/124vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/124vrh.large.webp"
}
],
"expansion": {
"id": "pl3",
"name": "Supreme Victors",
"total": 153,
"language": "English",
"language_code": "en",
"series": "Platinum",
"code": "SV",
"printed_total": 147,
"release_date": "2009/08/19",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "88925",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/124vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/124vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/124vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fighting"
],
"hp": "50",
"attacks": [
{
"cost": [
"Fighting"
],
"converted_energy_cost": 1,
"name": "Scratch",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Water",
"value": "+10"
}
],
"resistances": [
{
"type": "Lightning",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Suwama Chiaki",
"pricing": {
"currency": "USD",
"market": 10.8,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 10.8
},
{
"condition": "HP",
"price": 3.36
},
{
"condition": "DMG",
"price": 5
}
],
"graded": [
{
"company": "PSA",
"grade": "8",
"value": 74.95,
"low": 63.71,
"high": 86.19,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-10T07:03:32.985Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}