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/saf_ja-5vh?include=prices 200 18ms{
"success": true,
"data": {
"id": "saf_ja-5vh",
"name": "Regirock V",
"number": "5",
"printed_number": "5",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/saf_ja-5vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/saf_ja-5vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/saf_ja-5vh.large.webp"
}
],
"expansion": {
"id": "saf_ja",
"name": "Fighting Starter Set V",
"total": 24,
"language": "Japanese",
"language_code": "ja",
"series": "Sword & Shield",
"code": "SA",
"printed_total": 24,
"release_date": "2019/11/29",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/saf_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/saf_ja.symbol.png",
"translation": {
"en": {
"name": "Fighting Starter Set V"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "595464",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/saf_ja-5vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/saf_ja-5vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/saf_ja-5vh.large.webp"
}
]
}
],
"supertype": "ポケモン",
"subtypes": [
"たね",
"V"
],
"types": [
"闘"
],
"hp": "220",
"weaknesses": [
{
"type": "草",
"value": "×2"
}
],
"rarity": "Common",
"artist": "PLANETA Tsuji",
"pricing": {
"currency": "USD",
"market": 2.5,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.5
},
{
"condition": "LP",
"price": 1.75
}
],
"graded": [],
"market_updated_at": "2026-09-22T03:26:45.985Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}