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 2 basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.
/api/v1/pokemon/cards/swsh10-23?include=prices 200 16ms{
"success": true,
"data": {
"id": "swsh10-23",
"name": "Cyndaquil",
"number": "23",
"printed_number": "23",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/23.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/23.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/23.large.webp"
}
],
"expansion": {
"id": "swsh10",
"name": "Astral Radiance",
"total": 216,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "ASR",
"printed_total": 189,
"release_date": "2022/05/27",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh10.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh10.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "272223",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/23.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/23.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/23.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fire"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Charge Energy",
"text": "Search your deck for up to 2 basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck."
},
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Live Coal",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Common",
"artist": "sui",
"pricing": {
"currency": "USD",
"market": 0.19,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.19
},
{
"condition": "LP",
"price": 0.18
},
{
"condition": "MP",
"price": 0.08
},
{
"condition": "HP",
"price": 0.05
},
{
"condition": "DMG",
"price": 0.01
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 149,
"low": 126.65,
"high": 171.35,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:50:29.227Z",
"trend_7d": {
"direction": "down",
"percent": -9.52
}
}
}
}