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

If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.
If the Defending Pokémon is Pokémon-ex, this attack does 40 damage plus 30 more damage.
/api/v1/pokemon/cards/ex10-41?include=prices 200 16ms{
"success": true,
"data": {
"id": "ex10-41",
"name": "Magcargo",
"number": "41",
"printed_number": "41",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/41.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/41.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/41.large.webp"
}
],
"expansion": {
"id": "ex10",
"name": "Unseen Forces",
"total": 145,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "UF",
"printed_total": 115,
"release_date": "2005/08/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex10.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex10.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "87015",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/41.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/41.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/41.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fire"
],
"hp": "80",
"abilities": [
{
"name": "Dual Armor",
"text": "As long as Magcargo has any Fighting Energy attached to it, Magcargo is both Fire and Fighting type.",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [
"Fire",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Smokescreen",
"text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.",
"damage": "30"
},
{
"cost": [
"Fire",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Extra Flame",
"text": "If the Defending Pokémon is Pokémon-ex, this attack does 40 damage plus 30 more damage.",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Tomokazu Komiya",
"pricing": {
"currency": "USD",
"market": 2.17,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.17
},
{
"condition": "LP",
"price": 1.18
},
{
"condition": "MP",
"price": 0.86
},
{
"condition": "HP",
"price": 1.11
},
{
"condition": "DMG",
"price": 0.87
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 21,
"low": 12,
"high": 30,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "7.5",
"value": 8.4,
"low": 7.14,
"high": 9.66,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 16,
"low": 13.6,
"high": 18.4,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 17.5,
"low": 14.88,
"high": 20.13,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 151.25,
"low": 98.99,
"high": 98.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 40,
"low": 34,
"high": 46,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "TAG",
"grade": "10",
"value": 17,
"low": 14.45,
"high": 19.55,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:21:39.025Z",
"trend_7d": {
"direction": "up",
"percent": 4.83
}
}
}
}