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 Lightning Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.
/api/v1/pokemon/cards/sm5p_ja-13vrh?include=prices 200 17ms{
"success": true,
"data": {
"id": "sm5p_ja-13vrh",
"name": "Magnemite",
"number": "13",
"printed_number": "13",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/13vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/13vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/13vrh.large.webp"
}
],
"expansion": {
"id": "sm5p_ja",
"name": "Ultra Force",
"total": 63,
"language": "Japanese",
"language_code": "ja",
"series": "Sun & Moon",
"code": "SM5+",
"printed_total": 50,
"release_date": "2018/01/19",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5p_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5p_ja.symbol.png",
"translation": {
"en": {
"name": "Ultra Force"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "572346",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/13vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/13vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5p_ja/13vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Lightning"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Searching Magnet",
"text": "Search your deck for up to 3 Lightning Energy cards, reveal them, and put them into your hand. Then, shuffle your deck."
},
{
"cost": [
"Lightning"
],
"converted_energy_cost": 1,
"name": "Tackle",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Metal",
"value": "-20"
}
],
"rarity": "Common",
"artist": "MAHOU",
"pricing": {
"currency": "USD",
"market": 1.86,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.86
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 45.33,
"low": 38.53,
"high": 52.13,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 84.18,
"low": 57.5,
"high": 117.49,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
}
],
"market_updated_at": "2026-09-22T04:01:23.307Z",
"trend_7d": {
"direction": "down",
"percent": -2.62
}
}
}
}