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

Search your deck for up to 3 Metal Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.
/api/v1/pokemon/cards/mcd18-8vh?include=prices 200 18ms{
"success": true,
"data": {
"id": "mcd18-8vh",
"name": "Magnemite",
"number": "8",
"printed_number": "8",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/8vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/8vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/8vh.large.webp"
}
],
"expansion": {
"id": "mcd18",
"name": "McDonald's Collection 2018",
"total": 12,
"language": "English",
"language_code": "en",
"series": "Other",
"printed_total": 12,
"release_date": "2018/10/16",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd18.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd18.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "180456",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/8vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/8vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd18/8vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Metal"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Searching Magnet",
"text": "Search your deck for up to 3 Metal Energy cards, reveal them, and put them into your hand. Then, shuffle your deck."
},
{
"cost": [
"Metal"
],
"converted_energy_cost": 1,
"name": "Tackle",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Psychic",
"value": "-20"
}
],
"rarity": "Common",
"artist": "MAHOU",
"pricing": {
"currency": "USD",
"market": 11.45,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 11.45
},
{
"condition": "LP",
"price": 4.27
},
{
"condition": "MP",
"price": 1.33
},
{
"condition": "HP",
"price": 1.25
},
{
"condition": "DMG",
"price": 0.95
}
],
"graded": [
{
"company": "PSA",
"grade": "9",
"value": 11,
"low": 9.35,
"high": 12.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:50:52.734Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}