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

Put 2 basic Energy cards from your discard pile into your hand.
/api/v1/pokemon/cards/xy3-32?include=prices 200 17ms{
"success": true,
"data": {
"id": "xy3-32",
"name": "Minun",
"number": "32",
"printed_number": "32",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/32.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/32.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/32.large.webp"
}
],
"expansion": {
"id": "xy3",
"name": "Furious Fists",
"total": 114,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "FFI",
"printed_total": 111,
"release_date": "2014/08/13",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "92207",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/32.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/32.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/32.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Lightning"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Negative Discard",
"text": "Put 2 basic Energy cards from your discard pile into your hand."
},
{
"cost": [
"Lightning"
],
"converted_energy_cost": 1,
"name": "Static Shock",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Metal",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Akira Komayama",
"pricing": {
"currency": "USD",
"market": 0.55,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.55
},
{
"condition": "MP",
"price": 0.5
},
{
"condition": "HP",
"price": 0.4
},
{
"condition": "DMG",
"price": 0.29
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 305,
"low": 259.25,
"high": 350.75,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:39:13.477Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}