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 up to 3 Water Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.
/api/v1/pokemon/cards/swshp-SWSH026vh?include=prices 200 18ms{
"success": true,
"data": {
"id": "swshp-SWSH026vh",
"name": "Mantine",
"number": "SWSH026",
"printed_number": "SWSH026",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH026vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH026vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH026vh.large.webp"
}
],
"expansion": {
"id": "swshp",
"name": "SWSH Black Star Promos",
"total": 307,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "PR-SW",
"printed_total": 307,
"release_date": "2019/11/15",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swshp.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swshp.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "214237",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH026vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH026vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH026vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "110",
"attacks": [
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Water Reserve",
"text": "Search your deck for up to 3 Water Energy cards, reveal them, and put them into your hand. Then, shuffle your deck."
},
{
"cost": [
"Water",
"Water"
],
"converted_energy_cost": 2,
"name": "Wave Splash",
"damage": "60"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Promo",
"artist": "0313",
"pricing": {
"currency": "USD",
"market": 2.83,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.83
},
{
"condition": "LP",
"price": 1.6
},
{
"condition": "MP",
"price": 1.05
},
{
"condition": "HP",
"price": 0.75
},
{
"condition": "DMG",
"price": 0.49
}
],
"graded": [
{
"company": "BGS",
"grade": "9",
"value": 24.89,
"low": 21.16,
"high": 28.62,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 7.01,
"low": 7.01,
"high": 7.01,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "10",
"value": 129.79,
"low": 110.32,
"high": 149.26,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:07:39.302Z",
"trend_7d": {
"direction": "up",
"percent": 10.55
}
}
}
}