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

Does 10 damage times the number of damage counters on Larvitar.
/api/v1/pokemon/cards/pcg4_ja-76?include=prices 200 15ms{
"success": true,
"data": {
"id": "pcg4_ja-76",
"name": "Larvitar",
"number": "76",
"printed_number": "76",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/76.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/76.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/76.large.webp"
}
],
"expansion": {
"id": "pcg4_ja",
"name": "Golden Sky, Silvery Ocean",
"total": 106,
"language": "Japanese",
"language_code": "ja",
"series": "PCG",
"printed_total": 106,
"release_date": "2005/04/08",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg4_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg4_ja.symbol.png",
"translation": {
"en": {
"name": "Golden Sky, Silvery Ocean"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "611836",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/76.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/76.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg4_ja/76.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fighting"
],
"hp": "50",
"attacks": [
{
"cost": [
"Fighting"
],
"converted_energy_cost": 1,
"name": "Retaliate",
"text": "Does 10 damage times the number of damage counters on Larvitar.",
"damage": "10×"
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Tackle",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Aya Kusube",
"pricing": {
"currency": "USD",
"market": 2,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2
},
{
"condition": "MP",
"price": 1.75
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 14,
"low": 11.9,
"high": 16.1,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 13,
"low": 11.05,
"high": 14.95,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 26,
"low": 22.1,
"high": 29.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-07-16T02:59:11.390Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}