Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.
![Unown [L]](https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/91.large.webp)
Search either player's discard pile for up to any 2 cards, show them to your opponent, and put them on top of that player's deck in any order you like.
/api/v1/pokemon/cards/dp4-91?include=prices 200 16ms{
"success": true,
"data": {
"id": "dp4-91",
"name": "Unown [L]",
"number": "91",
"printed_number": "91",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/91.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/91.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/91.large.webp"
}
],
"expansion": {
"id": "dp4",
"name": "Great Encounters",
"total": 106,
"language": "English",
"language_code": "en",
"series": "Diamond & Pearl",
"code": "GE",
"printed_total": 106,
"release_date": "2008/02/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "90220",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/91.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/91.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/91.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "50",
"abilities": [
{
"name": "LINK",
"text": "Unown L can use any attack from any Unown in play (both yours and your opponent's). (You still have to pay for that attack's Energy cost.)",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [
"Psychic",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Hidden Power",
"text": "Search either player's discard pile for up to any 2 cards, show them to your opponent, and put them on top of that player's deck in any order you like."
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "+10"
}
],
"rarity": "Common",
"artist": "Daisuke Ito",
"pricing": {
"currency": "USD",
"market": 1.55,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.55
},
{
"condition": "LP",
"price": 1.05
},
{
"condition": "MP",
"price": 0.88
},
{
"condition": "HP",
"price": 0.6
},
{
"condition": "DMG",
"price": 0.97
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 52,
"low": 44.2,
"high": 59.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 79.99,
"low": 67.99,
"high": 91.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 30,
"low": 25.5,
"high": 34.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:43:18.271Z",
"trend_7d": {
"direction": "down",
"percent": -1.27
}
}
}
}