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/sag_ja-10?include=prices 200 17ms{
"success": true,
"data": {
"id": "sag_ja-10",
"name": "Snorlax",
"number": "10",
"printed_number": "10",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sag_ja-10.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sag_ja-10.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sag_ja-10.large.webp"
}
],
"expansion": {
"id": "sag_ja",
"name": "Grass Starter Set V",
"total": 23,
"language": "Japanese",
"language_code": "ja",
"series": "Sword & Shield",
"code": "SA",
"printed_total": 23,
"release_date": "2019/11/29",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sag_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sag_ja.symbol.png",
"translation": {
"en": {
"name": "Grass Starter Set V"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "595519",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sag_ja-10.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sag_ja-10.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sag_ja-10.large.webp"
}
]
}
],
"supertype": "ポケモン",
"subtypes": [
"たね"
],
"types": [
"無"
],
"hp": "150",
"weaknesses": [
{
"type": "闘",
"value": "×2"
}
],
"rarity": "None",
"artist": "chibi",
"pricing": {
"currency": "USD",
"market": 5.73,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 5.73
},
{
"condition": "MP",
"price": 4
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 80.48,
"low": 64.41,
"high": 96.01,
"confidence": "med",
"value_kind": "sold",
"sold_count": 4
},
{
"company": "CGC",
"grade": "10",
"value": 77.87,
"low": 47.57,
"high": 415.57,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
}
],
"market_updated_at": "2026-09-18T16:32:20.111Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}