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

Switch this Pokémon with 1 of your Benched Pokémon.
/api/v1/pokemon/cards/sm5-61?include=prices 200 16ms{
"success": true,
"data": {
"id": "sm5-61",
"name": "Cosmoem",
"number": "61",
"printed_number": "61",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/61.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/61.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/61.large.webp"
}
],
"expansion": {
"id": "sm5",
"name": "Ultra Prism",
"total": 178,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "UPR",
"printed_total": 156,
"release_date": "2018/02/02",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "157678",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/61.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/61.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/61.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Psychic"
],
"hp": "90",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Teleport",
"text": "Switch this Pokémon with 1 of your Benched Pokémon."
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Sanosuke Sakuma",
"pricing": {
"currency": "USD",
"market": 0.27,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.27
},
{
"condition": "LP",
"price": 0.25
},
{
"condition": "MP",
"price": 0.25
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 80.75,
"low": 99.99,
"high": 99.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 13,
"low": 11.05,
"high": 14.95,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:49:14.262Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}