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

Draw 2 cards.
This Pokémon is now Asleep.
/api/v1/pokemon/cards/swsh2_ja-77?include=prices 200 17ms{
"success": true,
"data": {
"id": "swsh2_ja-77",
"name": "Snorlax",
"number": "77",
"printed_number": "77",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/77.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/77.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/77.large.webp"
}
],
"expansion": {
"id": "swsh2_ja",
"name": "Rebellion Crash",
"total": 115,
"language": "Japanese",
"language_code": "ja",
"series": "Sword & Shield",
"code": "S2",
"printed_total": 96,
"release_date": "2020/03/06",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh2_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh2_ja.symbol.png",
"translation": {
"en": {
"name": "Rebellion Crash"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "568665",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/77.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/77.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2_ja/77.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "150",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Collect",
"text": "Draw 2 cards."
},
{
"cost": [
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Collapse",
"text": "This Pokémon is now Asleep.",
"damage": "120"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Non",
"artist": "Eri Yamaki",
"pricing": {
"currency": "USD",
"market": 9,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 9
},
{
"condition": "LP",
"price": 8
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 55.85,
"low": 56.5,
"high": 68.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "CGC",
"grade": "8.5",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:46:03.012Z",
"trend_7d": {
"direction": "up",
"percent": 2627.27
}
}
}
}