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/hgss3-52?include=prices 200 17ms{
"success": true,
"data": {
"id": "hgss3-52",
"name": "Hitmonlee",
"number": "52",
"printed_number": "52",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/52.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/52.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/52.large.webp"
}
],
"expansion": {
"id": "hgss3",
"name": "HS—Undaunted",
"total": 91,
"language": "English",
"language_code": "en",
"series": "HeartGold & SoulSilver",
"code": "UD",
"printed_total": 90,
"release_date": "2010/08/18",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss3.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss3.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "86107",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/52.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/52.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/52.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fighting"
],
"hp": "80",
"attacks": [
{
"cost": [
"Fighting"
],
"converted_energy_cost": 1,
"name": "Kick",
"damage": "20"
},
{
"cost": [
"Fighting",
"Fighting",
"Colorless"
],
"converted_energy_cost": 3,
"name": "High Jump Kick",
"damage": "60"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Kouki Saitou",
"pricing": {
"currency": "USD",
"market": 0.62,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.62
},
{
"condition": "LP",
"price": 0.33
},
{
"condition": "MP",
"price": 0.29
},
{
"condition": "HP",
"price": 0.2
},
{
"condition": "DMG",
"price": 0.19
}
],
"graded": [
{
"company": "CGC",
"grade": "7.5",
"value": 10.07,
"low": 8.56,
"high": 11.58,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 34,
"low": 28.9,
"high": 39.1,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:46:27.146Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}