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

This attack does 20 damage for each of your Pokémon in play.
Choose 1 of your opponent's Pokémon's attacks and use it as this attack. (You can't use more than 1 GX attack in a game.)
/api/v1/pokemon/cards/sm35-77a?include=prices 200 19ms{
"success": true,
"data": {
"id": "sm35-77a",
"name": "Zoroark-GX",
"number": "77a",
"printed_number": "77a",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/77a.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/77a.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/77a.large.webp"
}
],
"expansion": {
"id": "sm35",
"name": "Shining Legends",
"total": 81,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "SLG",
"printed_total": 73,
"release_date": "2017/10/06",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm35.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm35.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "146715",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/77a.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/77a.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/77a.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1",
"GX"
],
"types": [
"Darkness"
],
"hp": "210",
"abilities": [
{
"name": "Trade",
"text": "Once during your turn (before your attack), you may discard a card from your hand. If you do, draw 2 cards.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Riotous Beating",
"text": "This attack does 20 damage for each of your Pokémon in play.",
"damage": "20"
},
{
"cost": [
"Darkness",
"Darkness"
],
"converted_energy_cost": 2,
"name": "Trickster-GX",
"text": "Choose 1 of your opponent's Pokémon's attacks and use it as this attack. (You can't use more than 1 GX attack in a game.)"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Psychic",
"value": "-20"
}
],
"rarity": "Rare Ultra",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 21.21,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 21.21
},
{
"condition": "LP",
"price": 16.82
},
{
"condition": "MP",
"price": 15.33
},
{
"condition": "HP",
"price": 8.88
},
{
"condition": "DMG",
"price": 10.01
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 76,
"low": 64.6,
"high": 87.4,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 16.51,
"low": 14.03,
"high": 18.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:19:46.877Z",
"trend_7d": {
"direction": "up",
"percent": 2.02
}
}
}
}