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/ser-098?include=prices 200 19ms{
"success": true,
"data": {
"id": "ser-098",
"name": "Salamence",
"number": "098/151",
"printed_number": "098/151",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-098.large.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-098.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-098.large.webp"
}
],
"expansion": {
"id": "ser",
"name": "Storming Emergence (Radiant)",
"total": 211,
"language": "Chinese",
"language_code": "zh",
"series": "Sun & Moon",
"printed_total": 211,
"release_date": "2022/10/28",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ser.logo.png",
"translation": {
"en": {
"name": "Storming Emergence (Radiant)"
}
}
},
"language": "Chinese",
"language_code": "zh",
"tcgplayer_id": null,
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-098.large.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-098.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ser-098.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Dragon"
],
"hp": "150",
"attacks": [
{
"cost": [
"Colorless",
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 4,
"name": "Dragon Claw",
"damage": "100"
}
],
"weaknesses": [
{
"type": "Fairy",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Mitsuhiro Arita",
"pricing": {
"currency": "USD",
"market": 17.95,
"is_stale": true,
"conditions": [],
"graded": [
{
"company": "CGC",
"grade": "8.5",
"value": 101,
"low": 85.85,
"high": 116.15,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 404.63,
"low": 351,
"high": 438.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "6",
"value": 205.25,
"low": 201.63,
"high": 208.88,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 410,
"low": 348.5,
"high": 471.5,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 835,
"low": 709.75,
"high": 960.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-19T02:35:58.822Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}