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/sm5s_ja-10?include=prices 200 16ms{
"success": true,
"data": {
"id": "sm5s_ja-10",
"name": "Cherrim",
"number": "10",
"printed_number": "10",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/10.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/10.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/10.large.webp"
}
],
"expansion": {
"id": "sm5s_ja",
"name": "Ultra Sun",
"total": 78,
"language": "Japanese",
"language_code": "ja",
"series": "Sun & Moon",
"code": "SM5S",
"printed_total": 66,
"release_date": "2017/12/08",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5s_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5s_ja.symbol.png",
"translation": {
"en": {
"name": "Ultra Sun"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "572069",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/10.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/10.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/10.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Grass"
],
"hp": "80",
"abilities": [
{
"name": "Weather Guard",
"text": "Your Grass Pokémon have no Weakness.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Seed Bomb",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Non",
"artist": "MAHOU",
"pricing": {
"currency": "USD",
"market": 2.59,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.59
},
{
"condition": "LP",
"price": 0.05
},
{
"condition": "MP",
"price": 0.35
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 129.99,
"low": 110.49,
"high": 149.49,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T04:02:45.928Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}