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/sm12_ja-16?include=prices 200 19ms{
"success": true,
"data": {
"id": "sm12_ja-16",
"name": "Alolan Vulpix",
"number": "16",
"printed_number": "16",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/16.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/16.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/16.large.webp"
}
],
"expansion": {
"id": "sm12_ja",
"name": "Alter Genesis",
"total": 117,
"language": "Japanese",
"language_code": "ja",
"series": "Sun & Moon",
"code": "SM12",
"printed_total": 95,
"release_date": "2019/09/06",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm12_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm12_ja.symbol.png",
"translation": {
"en": {
"name": "Alter Genesis"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "572153",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/16.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/16.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12_ja/16.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "60",
"abilities": [
{
"name": "Snowed In",
"text": "As long as this Pokémon is on your Bench, prevent all damage done to this Pokémon by attacks (both yours and your opponent's).",
"type": "Ability"
}
],
"attacks": [
{
"cost": [],
"converted_energy_cost": 0,
"name": "Gnaw",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Metal",
"value": "×2"
}
],
"rarity": "usually",
"artist": "nagimiso",
"pricing": {
"currency": "USD",
"market": 0.95,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.95
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 39.5,
"low": 33.57,
"high": 45.43,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T04:04:26.745Z",
"trend_7d": {
"direction": "up",
"percent": 46.15
}
}
}
}