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

You may do 40 damage plus 20 more damage. If you do, Machamp does 20 damage to itself.
Does 60 damage plus 10 more damage for each Fighting Energy attached to Machamp.
/api/v1/pokemon/cards/hgss4-26?include=prices 200 17ms{
"success": true,
"data": {
"id": "hgss4-26",
"name": "Machamp",
"number": "26",
"printed_number": "26",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/26.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/26.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/26.large.webp"
}
],
"expansion": {
"id": "hgss4",
"name": "HS—Triumphant",
"total": 103,
"language": "English",
"language_code": "en",
"series": "HeartGold & SoulSilver",
"code": "TM",
"printed_total": 102,
"release_date": "2010/11/03",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "86967",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/26.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/26.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/26.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Fighting"
],
"hp": "130",
"attacks": [
{
"cost": [
"Fighting"
],
"converted_energy_cost": 1,
"name": "Vital Throw",
"text": "You may do 40 damage plus 20 more damage. If you do, Machamp does 20 damage to itself.",
"damage": "40"
},
{
"cost": [
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Hundred Furious Punches",
"text": "Does 60 damage plus 10 more damage for each Fighting Energy attached to Machamp.",
"damage": "60"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Shin Nagasawa",
"pricing": {
"currency": "USD",
"market": 1.77,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.77
},
{
"condition": "LP",
"price": 1.08
},
{
"condition": "MP",
"price": 0.95
},
{
"condition": "HP",
"price": 0.83
},
{
"condition": "DMG",
"price": 0.71
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 152.5,
"low": 129.63,
"high": 175.38,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 9,
"low": 9,
"high": 10,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 54,
"low": 45.9,
"high": 62.1,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:15:00.976Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}