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/l3_ja-76?include=prices 200 17ms{
"success": true,
"data": {
"id": "l3_ja-76",
"name": "Junk Arm",
"number": "76",
"printed_number": "76",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/76.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/76.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/76.large.webp"
}
],
"expansion": {
"id": "l3_ja",
"name": "Clash at the Summit",
"total": 81,
"language": "Japanese",
"language_code": "ja",
"series": "LEGEND",
"code": "L3",
"printed_total": 80,
"release_date": "2010/07/08",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l3_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l3_ja.symbol.png",
"translation": {
"en": {
"name": "Clash at the Summit"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "608452",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/76.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/76.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/76.large.webp"
}
]
}
],
"supertype": "Trainer",
"subtypes": [
"Item"
],
"rarity": "Non",
"artist": "Ryo Ueda",
"pricing": {
"currency": "USD",
"market": 3,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3
}
],
"graded": [],
"market_updated_at": "2026-07-16T02:33:45.782Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}