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/sm35-18vrh?include=prices 200 16ms{
"success": true,
"data": {
"id": "sm35-18vrh",
"name": "Totodile",
"number": "18",
"printed_number": "18",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/18vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/18vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/18vrh.large.webp"
}
],
"expansion": {
"id": "sm35",
"name": "Shining Legends",
"total": 81,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "SLG",
"printed_total": 73,
"release_date": "2017/10/06",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm35.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm35.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "146671",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/18vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/18vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/18vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "70",
"attacks": [
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Water Gun",
"damage": "10"
},
{
"cost": [
"Water",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Bite",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Common",
"artist": "TOKIYA",
"pricing": {
"currency": "USD",
"market": 6.86,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 6.86
},
{
"condition": "LP",
"price": 3.51
},
{
"condition": "MP",
"price": 2.36
},
{
"condition": "HP",
"price": 1.5
},
{
"condition": "DMG",
"price": 1
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 17.5,
"low": 14.88,
"high": 20.13,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 15.49,
"low": 10,
"high": 10,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "10",
"value": 139,
"low": 118.15,
"high": 159.85,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 38.85,
"low": 30.5,
"high": 74.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
}
],
"market_updated_at": "2026-09-21T02:19:46.877Z",
"trend_7d": {
"direction": "up",
"percent": 1.33
}
}
}
}