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/sm3h_ja-27?include=prices 200 16ms{
"success": true,
"data": {
"id": "sm3h_ja-27",
"name": "Riolu",
"number": "27",
"printed_number": "27",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/27.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/27.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/27.large.webp"
}
],
"expansion": {
"id": "sm3h_ja",
"name": "To Have Seen the Battle Rainbow",
"total": 64,
"language": "Japanese",
"language_code": "ja",
"series": "Sun & Moon",
"code": "SM3H",
"printed_total": 51,
"release_date": "2017/06/16",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3h_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3h_ja.symbol.png",
"translation": {
"en": {
"name": "To Have Seen the Battle Rainbow"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "572423",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/27.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/27.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3h_ja/27.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fighting"
],
"hp": "70",
"attacks": [
{
"cost": [
"Fighting"
],
"converted_energy_cost": 1,
"name": "Punch",
"damage": "10"
},
{
"cost": [
"Fighting",
"Fighting"
],
"converted_energy_cost": 2,
"name": "Low Kick",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Saya Tsuruta",
"pricing": {
"currency": "USD",
"market": 1.91,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.91
},
{
"condition": "LP",
"price": 1.5
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 61,
"low": 51.85,
"high": 70.15,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:27:09.088Z",
"trend_7d": {
"direction": "down",
"percent": -2.05
}
}
}
}