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/sv2-36?include=prices 200 17ms{
"success": true,
"data": {
"id": "sv2-36",
"name": "Crocalor",
"number": "36",
"printed_number": "36",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/36.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/36.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/36.large.webp"
}
],
"expansion": {
"id": "sv2",
"name": "Paldea Evolved",
"total": 279,
"language": "English",
"language_code": "en",
"series": "Scarlet & Violet",
"code": "PAL",
"printed_total": 193,
"release_date": "2023/06/09",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "497447",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/36.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/36.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/36.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fire"
],
"hp": "110",
"attacks": [
{
"cost": [
"Fire"
],
"converted_energy_cost": 1,
"name": "Steady Firebreathing",
"damage": "30"
},
{
"cost": [
"Fire",
"Fire"
],
"converted_energy_cost": 2,
"name": "Hyper Voice",
"damage": "70"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Hitoshi Ariga",
"pricing": {
"currency": "USD",
"market": 0.06,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.06
}
],
"graded": [
{
"company": "TAG",
"grade": "10",
"value": 65,
"low": 55.25,
"high": 74.75,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T19:08:52.592Z",
"trend_7d": {
"direction": "down",
"percent": -14.29
}
}
}
}