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

/api/v1/pokemon/cards/sm7-24?include=prices 200 18ms{
"success": true,
"data": {
"id": "sm7-24",
"name": "Magcargo",
"number": "24",
"printed_number": "24",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/24.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/24.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/24.large.webp"
}
],
"expansion": {
"id": "sm7",
"name": "Celestial Storm",
"total": 187,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "CES",
"printed_total": 168,
"release_date": "2018/08/03",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm7.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm7.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "170837",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/24.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/24.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7/24.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fire"
],
"hp": "90",
"abilities": [
{
"name": "Smooth Over",
"text": "Once during your turn (before your attack), you may search your deck for a card, shuffle your deck, then put that card on top of it.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Fire",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Combustion",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Midori Harada",
"pricing": {
"currency": "USD",
"market": 1.04,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.04
},
{
"condition": "LP",
"price": 0.97
},
{
"condition": "MP",
"price": 0.87
},
{
"condition": "HP",
"price": 0.67
},
{
"condition": "DMG",
"price": 0.94
}
],
"graded": [
{
"company": "CGC",
"grade": "8.5",
"value": 9,
"low": 9,
"high": 9.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 8.25,
"low": 7.01,
"high": 9.49,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:31:57.330Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}