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

/api/v1/pokemon/cards/swsh5-61vrh?include=prices 200 18ms{
"success": true,
"data": {
"id": "swsh5-61vrh",
"name": "Meowstic",
"number": "61",
"printed_number": "61",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/61vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/61vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/61vrh.large.webp"
}
],
"expansion": {
"id": "swsh5",
"name": "Battle Styles",
"total": 183,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "BST",
"printed_total": 163,
"release_date": "2021/03/19",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh5.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh5.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "234233",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/61vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/61vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5/61vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Psychic"
],
"hp": "90",
"abilities": [
{
"name": "Ear Moves",
"text": "Once during your turn, you may move 1 damage counter from 1 of your Pokémon to 1 of your opponent's Pokémon.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Psychic",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Psychic Sphere",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Darkness",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-30"
}
],
"rarity": "Rare Holo",
"artist": "Yuu Nishida",
"pricing": {
"currency": "USD",
"market": 0.52,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.52
},
{
"condition": "LP",
"price": 0.51
},
{
"condition": "MP",
"price": 0.25
},
{
"condition": "DMG",
"price": 0.2
}
],
"graded": [
{
"company": "CGC",
"grade": "9.5",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:26:10.361Z",
"trend_7d": {
"direction": "down",
"percent": -1.89
}
}
}
}