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/sm4-16?include=prices 200 17ms{
"success": true,
"data": {
"id": "sm4-16",
"name": "Starmie",
"number": "16",
"printed_number": "16",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/16.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/16.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/16.large.webp"
}
],
"expansion": {
"id": "sm4",
"name": "Crimson Invasion",
"total": 126,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "CIN",
"printed_total": 111,
"release_date": "2017/11/03",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "149037",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/16.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/16.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/16.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Water"
],
"hp": "90",
"abilities": [
{
"name": "Escape",
"text": "Once during your turn (before your attack), you may shuffle this Pokémon and all cards attached to it into your deck.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Spinning Attack",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Yuka Morii",
"pricing": {
"currency": "USD",
"market": 1.19,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.19
},
{
"condition": "MP",
"price": 0.78
},
{
"condition": "HP",
"price": 0.58
},
{
"condition": "DMG",
"price": 0.35
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 76.5,
"low": 65.02,
"high": 87.98,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 135.82,
"low": 115.45,
"high": 156.19,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:58:38.868Z",
"trend_7d": {
"direction": "up",
"percent": 13.33
}
}
}
}