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 Stage 1 Pokémon and put them onto your Bench. Then, shuffle your deck.
/api/v1/pokemon/cards/swsh12-61vrh?include=prices 200 16ms{
"success": true,
"data": {
"id": "swsh12-61vrh",
"name": "Hypno",
"number": "61",
"printed_number": "61",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/61vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/61vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/61vrh.large.webp"
}
],
"expansion": {
"id": "swsh12",
"name": "Silver Tempest",
"total": 215,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "SIT",
"printed_total": 195,
"release_date": "2022/11/11",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "451715",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/61vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/61vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/61vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Psychic"
],
"hp": "110",
"attacks": [
{
"cost": [
"Psychic"
],
"converted_energy_cost": 1,
"name": "Psy Call",
"text": "Search your deck for up to 2 Stage 1 Pokémon and put them onto your Bench. Then, shuffle your deck."
},
{
"cost": [
"Psychic",
"Psychic",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Zen Headbutt",
"damage": "90"
}
],
"weaknesses": [
{
"type": "Darkness",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-30"
}
],
"rarity": "Uncommon",
"artist": "Shinji Kanda",
"pricing": {
"currency": "USD",
"market": 1.3,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.3
},
{
"condition": "LP",
"price": 0.7
},
{
"condition": "MP",
"price": 0.4
},
{
"condition": "HP",
"price": 0.05
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 55,
"low": 46.75,
"high": 63.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 13.5,
"low": 11.48,
"high": 15.52,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
}
],
"market_updated_at": "2026-09-21T02:51:06.919Z",
"trend_7d": {
"direction": "up",
"percent": 4
}
}
}
}