Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

Flip a coin. If tails, this attack does nothing.
/api/v1/pokemon/cards/pl3-105?include=prices 200 15ms{
"success": true,
"data": {
"id": "pl3-105",
"name": "Geodude",
"number": "105",
"printed_number": "105",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/105.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/105.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/105.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": "85692",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/105.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/105.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/105.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fighting"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Knuckle Punch",
"damage": "10"
},
{
"cost": [
"Fighting",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Focus Fist",
"text": "Flip a coin. If tails, this attack does nothing.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Water",
"value": "+10"
}
],
"rarity": "Common",
"artist": "Kouki Saitou",
"pricing": {
"currency": "USD",
"market": 0.2,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.2
},
{
"condition": "MP",
"price": 0.15
},
{
"condition": "HP",
"price": 0.14
},
{
"condition": "DMG",
"price": 0.09
}
],
"graded": [
{
"company": "PSA",
"grade": "7",
"value": 32.42,
"low": 32.42,
"high": 32.42,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T03:56:00.782Z",
"trend_7d": {
"direction": "down",
"percent": -41.18
}
}
}
}