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-101?include=prices 200 20ms{
"success": true,
"data": {
"id": "pl3-101",
"name": "Croagunk",
"number": "101",
"printed_number": "101",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/101.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/101.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/101.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": "84477",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/101.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/101.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/101.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Hook",
"damage": "10"
},
{
"cost": [
"Psychic",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Corkscrew Punch",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "+10"
}
],
"rarity": "Common",
"artist": "Masakazu Fukuda",
"pricing": {
"currency": "USD",
"market": 0.3,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.3
},
{
"condition": "LP",
"price": 0.23
},
{
"condition": "MP",
"price": 0.19
},
{
"condition": "HP",
"price": 0.12
},
{
"condition": "DMG",
"price": 0.13
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "7.5",
"value": 5,
"low": 4.25,
"high": 5.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 5,
"low": 4.25,
"high": 5.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 102.5,
"low": 87.13,
"high": 117.87,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 30,
"low": 25.5,
"high": 34.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:56:00.782Z",
"trend_7d": {
"direction": "down",
"percent": -9.09
}
}
}
}