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

Put 3 damage counters on your opponent's Pokémon in any way you like.
/api/v1/pokemon/cards/swsh2-78?include=prices 200 20ms{
"success": true,
"data": {
"id": "swsh2-78",
"name": "Galarian Corsola",
"number": "78",
"printed_number": "78",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/78.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/78.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/78.large.webp"
}
],
"expansion": {
"id": "swsh2",
"name": "Rebel Clash",
"total": 209,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "RCL",
"printed_total": 192,
"release_date": "2020/05/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "213164",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/78.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/78.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/78.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "80",
"attacks": [
{
"cost": [
"Psychic"
],
"converted_energy_cost": 1,
"name": "Cursed Drop",
"text": "Put 3 damage counters on your opponent's Pokémon in any way you like."
}
],
"weaknesses": [
{
"type": "Darkness",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-30"
}
],
"rarity": "Common",
"artist": "Mitsuhiro Arita",
"pricing": {
"currency": "USD",
"market": 0.08,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.08
},
{
"condition": "MP",
"price": 0.04
}
],
"graded": [
{
"company": "CGC",
"grade": "8",
"value": 0.99,
"low": 0.84,
"high": 1.14,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T18:24:40.047Z",
"trend_7d": {
"direction": "down",
"percent": -11.11
}
}
}
}