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-21?include=prices 200 17ms{
"success": true,
"data": {
"id": "sm5s_ja-21",
"name": "Heat Rotom",
"number": "21",
"printed_number": "21",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/21.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/21.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/21.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": "572080",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/21.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/21.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5s_ja/21.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fire"
],
"hp": "90",
"abilities": [
{
"name": "Roto Motor",
"text": "If you have 9 or more Pokémon Tool cards in your discard pile, ignore all Energy in the attack cost of each of this Pokémon's attacks.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Fire",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Heat Blast",
"damage": "80"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Non",
"artist": "Shin Nagasawa",
"pricing": {
"currency": "USD",
"market": 0.6,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.6
},
{
"condition": "MP",
"price": 0.25
}
],
"graded": [],
"market_updated_at": "2026-09-22T04:02:45.928Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}