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

Discard the top card of your opponent's deck. Then, remove 2 damage counters from Larvitar.
Larvitar does 10 damage to itself.
/api/v1/pokemon/cards/hgss2-50?include=prices 200 16ms{
"success": true,
"data": {
"id": "hgss2-50",
"name": "Larvitar",
"number": "50",
"printed_number": "50",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/50.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/50.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/50.large.webp"
}
],
"expansion": {
"id": "hgss2",
"name": "HS—Unleashed",
"total": 96,
"language": "English",
"language_code": "en",
"series": "HeartGold & SoulSilver",
"code": "UL",
"printed_total": 95,
"release_date": "2010/05/12",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "86644",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/50.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/50.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/50.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fighting"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Mountain Eater",
"text": "Discard the top card of your opponent's deck. Then, remove 2 damage counters from Larvitar."
},
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Reckless Charge",
"text": "Larvitar does 10 damage to itself.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"resistances": [
{
"type": "Lightning",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Sumiyoshi Kizuki",
"pricing": {
"currency": "USD",
"market": 0.69,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.69
},
{
"condition": "LP",
"price": 0.43
},
{
"condition": "MP",
"price": 0.34
},
{
"condition": "HP",
"price": 0.25
},
{
"condition": "DMG",
"price": 0.41
}
],
"graded": [
{
"company": "PSA",
"grade": "7",
"value": 14,
"low": 11.9,
"high": 16.1,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 16,
"low": 13.6,
"high": 18.4,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:49:53.759Z",
"trend_7d": {
"direction": "down",
"percent": -6.76
}
}
}
}