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/swsh8-77vrh?include=prices 200 18ms{
"success": true,
"data": {
"id": "swsh8-77vrh",
"name": "Pyukumuku",
"number": "77",
"printed_number": "77",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/77vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/77vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/77vrh.large.webp"
}
],
"expansion": {
"id": "swsh8",
"name": "Fusion Strike",
"total": 284,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "FST",
"printed_total": 264,
"release_date": "2021/11/12",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh8.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh8.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "253229",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/77vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/77vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/77vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "80",
"abilities": [
{
"name": "Pitch a Pyukumuku",
"text": "Once during your turn, if this Pokémon is in your hand, you may reveal it and put it on the bottom of your deck. If you do, draw a card. You can't use more than 1 Pitch a Pyukumuku Ability each turn.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Water",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Knuckle Punch",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Tomokazu Komiya",
"pricing": {
"currency": "USD",
"market": 0.56,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.56
},
{
"condition": "LP",
"price": 0.53
},
{
"condition": "MP",
"price": 0.32
},
{
"condition": "HP",
"price": 0.39
}
],
"graded": [],
"market_updated_at": "2026-09-21T02:49:14.081Z",
"trend_7d": {
"direction": "up",
"percent": 1.82
}
}
}
}