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

Discard a card from your hand. If you do, draw 2 cards.
/api/v1/pokemon/cards/swsh12pt5-112?include=prices 200 18ms{
"success": true,
"data": {
"id": "swsh12pt5-112",
"name": "Chatot",
"number": "112",
"printed_number": "112",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/112.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/112.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/112.large.webp"
}
],
"expansion": {
"id": "swsh12pt5",
"name": "Crown Zenith",
"total": 160,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "CRZ",
"printed_total": 159,
"release_date": "2023/01/20",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12pt5.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12pt5.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "478140",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/112.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/112.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/112.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Cycle Draw",
"text": "Discard a card from your hand. If you do, draw 2 cards."
},
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Flap",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-30"
}
],
"rarity": "Common",
"artist": "sui",
"pricing": {
"currency": "USD",
"market": 0.01,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.01
}
],
"graded": [],
"market_updated_at": "2026-09-01T06:22:08.696Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}