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 any amount of basic Energy from this Pokémon. This attack does 50 more damage for each card you discarded in this way.
Discard the top 5 cards of your opponent's deck. (You can't use more than 1 GX attack in a game.)
/api/v1/pokemon/cards/sm8-198vh?include=prices 200 15ms{
"success": true,
"data": {
"id": "sm8-198vh",
"name": "Magcargo-GX",
"number": "198",
"printed_number": "198",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/198vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/198vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/198vh.large.webp"
}
],
"expansion": {
"id": "sm8",
"name": "Lost Thunder",
"total": 240,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "LOT",
"printed_total": 214,
"release_date": "2018/11/02",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm8.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm8.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "178848",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/198vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/198vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/198vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1",
"GX"
],
"types": [
"Fire"
],
"hp": "210",
"abilities": [
{
"name": "Crushing Charge",
"text": "Once during your turn (before your attack), you may discard the top card of your deck. If it's a basic Energy card, attach it to 1 of your Pokémon.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Fire",
"Fire",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Lava Flow",
"text": "Discard any amount of basic Energy from this Pokémon. This attack does 50 more damage for each card you discarded in this way.",
"damage": "50"
},
{
"cost": [
"Fire"
],
"converted_energy_cost": 1,
"name": "Burning Magma-GX",
"text": "Discard the top 5 cards of your opponent's deck. (You can't use more than 1 GX attack in a game.)"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Rare Ultra",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 8.08,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 8.08
},
{
"condition": "LP",
"price": 5.56
},
{
"condition": "MP",
"price": 4.36
},
{
"condition": "HP",
"price": 4.19
},
{
"condition": "DMG",
"price": 3.44
}
],
"graded": [
{
"company": "BGS",
"grade": "8.5",
"value": 12.99,
"low": 11.04,
"high": 14.94,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 135.75,
"low": 70,
"high": 142,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 13,
"low": 11.05,
"high": 14.95,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 20.1,
"low": 29.99,
"high": 29.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T03:30:21.808Z",
"trend_7d": {
"direction": "flat",
"percent": -0.12
}
}
}
}