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/sm4-11vh?include=prices 200 20ms{
"success": true,
"data": {
"id": "sm4-11vh",
"name": "Gogoat",
"number": "11",
"printed_number": "11",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/11vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/11vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/11vh.large.webp"
}
],
"expansion": {
"id": "sm4",
"name": "Crimson Invasion",
"total": 126,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "CIN",
"printed_total": 111,
"release_date": "2017/11/03",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "149032",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/11vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/11vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/11vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "120",
"abilities": [
{
"name": "Sap Sipper",
"text": "This Pokémon's attacks do 80 more damage to your opponent's Grass Pokémon (before applying Weakness and Resistance).",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Grass",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Horn Leech",
"text": "Heal 20 damage from this Pokémon.",
"damage": "80"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Rare Holo",
"artist": "You Iribi",
"pricing": {
"currency": "USD",
"market": 0.49,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.49
},
{
"condition": "LP",
"price": 0.4
},
{
"condition": "MP",
"price": 0.33
},
{
"condition": "HP",
"price": 0.28
}
],
"graded": [
{
"company": "PSA",
"grade": "8",
"value": 22.92,
"low": 19.48,
"high": 26.36,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 18,
"low": 15.3,
"high": 20.7,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:58:38.868Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}