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

Look at the top 5 cards in either player's deck and put them back on top of that player's deck in any order.
Flip a coin. If heads, the Defending Pokémon is now Asleep.
/api/v1/pokemon/cards/pl1-89?include=prices 200 17ms{
"success": true,
"data": {
"id": "pl1-89",
"name": "Ralts",
"number": "89",
"printed_number": "89",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/89.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/89.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/89.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": "88563",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/89.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/89.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/89.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "60",
"attacks": [
{
"cost": [],
"converted_energy_cost": 0,
"name": "Future Sight",
"text": "Look at the top 5 cards in either player's deck and put them back on top of that player's deck in any order."
},
{
"cost": [
"Psychic"
],
"converted_energy_cost": 1,
"name": "Hypnoblast",
"text": "Flip a coin. If heads, the Defending Pokémon is now Asleep.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "+10"
}
],
"rarity": "Common",
"artist": "Miki Tanaka",
"pricing": {
"currency": "USD",
"market": 0.73,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.73
},
{
"condition": "LP",
"price": 0.42
},
{
"condition": "MP",
"price": 0.45
},
{
"condition": "HP",
"price": 0.27
},
{
"condition": "DMG",
"price": 0.47
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 23,
"low": 19.55,
"high": 26.45,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 7.5,
"low": 6.38,
"high": 8.63,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 14,
"low": 11.9,
"high": 16.1,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:16:33.156Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}