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/sm11-36?include=prices 200 17ms{
"success": true,
"data": {
"id": "sm11-36",
"name": "Lapras",
"number": "36",
"printed_number": "36",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/36.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/36.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/36.large.webp"
}
],
"expansion": {
"id": "sm11",
"name": "Unified Minds",
"total": 261,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "UNM",
"printed_total": 236,
"release_date": "2019/08/02",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "194957",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/36.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/36.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/36.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "110",
"abilities": [
{
"name": "Mermaid's Call",
"text": "Once during your turn (before your attack), you may put a Misty's Favor card from your discard pile into your hand.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Water",
"Water",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Surf",
"damage": "90"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Kagemaru Himeno",
"pricing": {
"currency": "USD",
"market": 1.61,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.61
},
{
"condition": "LP",
"price": 1.11
},
{
"condition": "MP",
"price": 0.82
},
{
"condition": "HP",
"price": 0.87
},
{
"condition": "DMG",
"price": 0.55
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 48,
"low": 36.5,
"high": 48,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 9,
"low": 8.75,
"high": 9.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 15,
"low": 12.75,
"high": 17.25,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:35:58.618Z",
"trend_7d": {
"direction": "up",
"percent": 5.92
}
}
}
}