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

Heal 20 damage from this Pokémon.
/api/v1/pokemon/cards/pgo-32vrh?include=prices 200 20ms{
"success": true,
"data": {
"id": "pgo-32vrh",
"name": "Natu",
"number": "32",
"printed_number": "32",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/32vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/32vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/32vrh.large.webp"
}
],
"expansion": {
"id": "pgo",
"name": "Pokémon GO",
"total": 88,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "PGO",
"printed_total": 78,
"release_date": "2022/07/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pgo.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pgo.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "276966",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/32vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/32vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/32vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Nap",
"text": "Heal 20 damage from this Pokémon."
},
{
"cost": [
"Psychic",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Peck",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Darkness",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-30"
}
],
"rarity": "Common",
"artist": "HYOGONOSUKE",
"pricing": {
"currency": "USD",
"market": 0.31,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.31
},
{
"condition": "LP",
"price": 0.3
},
{
"condition": "MP",
"price": 0.23
}
],
"graded": [],
"market_updated_at": "2026-09-21T02:13:21.231Z",
"trend_7d": {
"direction": "up",
"percent": 3.33
}
}
}
}