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 of either player's deck and put them back on top of that player's deck in any order.
Does 20 damage plus 10 more damage for each Solrock you have in play.
/api/v1/pokemon/cards/ex8-36?include=prices 200 17ms{
"success": true,
"data": {
"id": "ex8-36",
"name": "Lunatone",
"number": "36",
"printed_number": "36",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/36.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/36.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/36.large.webp"
}
],
"expansion": {
"id": "ex8",
"name": "Deoxys",
"total": 108,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "DX",
"printed_total": 107,
"release_date": "2005/02/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex8.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex8.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "86924",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/36.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/36.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/36.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fighting"
],
"hp": "60",
"abilities": [
{
"name": "Moonglow",
"text": "The Retreat Cost for each Solrock you have in play is 0.",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Foresight",
"text": "Look at the top 5 cards of either player's deck and put them back on top of that player's deck in any order."
},
{
"cost": [
"Fighting",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Target Beam",
"text": "Does 20 damage plus 10 more damage for each Solrock you have in play.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Kyoko Umemoto",
"pricing": {
"currency": "USD",
"market": 1.86,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.86
},
{
"condition": "LP",
"price": 1.47
},
{
"condition": "MP",
"price": 1.06
},
{
"condition": "HP",
"price": 1.08
},
{
"condition": "DMG",
"price": 0.54
}
],
"graded": [
{
"company": "BGS",
"grade": "9.5",
"value": 16.49,
"low": 14.02,
"high": 18.96,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "10",
"value": 23.25,
"low": 21.5,
"high": 25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "4.5",
"value": 7.2,
"low": 6.12,
"high": 8.28,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "5.5",
"value": 5,
"low": 4.25,
"high": 5.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 16,
"low": 13.6,
"high": 18.4,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 50,
"low": 50,
"high": 77.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 20,
"low": 17,
"high": 23,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 19,
"low": 16.15,
"high": 21.85,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 46.5,
"low": 39.53,
"high": 53.47,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T02:21:56.314Z",
"trend_7d": {
"direction": "down",
"percent": -0.53
}
}
}
}