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 a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.
During your opponent's next turn, any damage done to Mareep by attacks is reduced by 10 (after applying Weakness and Resistance).
/api/v1/pokemon/cards/pl1-82?include=prices 200 16ms{
"success": true,
"data": {
"id": "pl1-82",
"name": "Mareep",
"number": "82",
"printed_number": "82",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/82.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/82.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/82.large.webp"
}
],
"expansion": {
"id": "pl1",
"name": "Platinum",
"total": 133,
"language": "English",
"language_code": "en",
"series": "Platinum",
"code": "PL",
"printed_total": 127,
"release_date": "2009/02/11",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "87203",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/82.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/82.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/82.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Lightning"
],
"hp": "60",
"attacks": [
{
"cost": [],
"converted_energy_cost": 0,
"name": "Minor Errand-Running",
"text": "Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward."
},
{
"cost": [
"Lightning"
],
"converted_energy_cost": 1,
"name": "Expand",
"text": "During your opponent's next turn, any damage done to Mareep by attacks is reduced by 10 (after applying Weakness and Resistance).",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "+10"
}
],
"resistances": [
{
"type": "Metal",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Yuka Morii",
"pricing": {
"currency": "USD",
"market": 10.92,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 10.92
},
{
"condition": "LP",
"price": 8.42
},
{
"condition": "MP",
"price": 7.8
},
{
"condition": "HP",
"price": 3.9
},
{
"condition": "DMG",
"price": 4.57
}
],
"graded": [
{
"company": "CGC",
"grade": "8.5",
"value": 7.5,
"low": 6.38,
"high": 8.63,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 35,
"low": 27.75,
"high": 35,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 46,
"low": 39.1,
"high": 52.9,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:16:33.156Z",
"trend_7d": {
"direction": "down",
"percent": -4.04
}
}
}
}