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/sm11a_ja-14?include=prices 200 17ms{
"success": true,
"data": {
"id": "sm11a_ja-14",
"name": "Pignite",
"number": "14",
"printed_number": "14",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/14.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/14.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/14.large.webp"
}
],
"expansion": {
"id": "sm11a_ja",
"name": "Remix Bout",
"total": 80,
"language": "Japanese",
"language_code": "ja",
"series": "Sun & Moon",
"code": "SM11a",
"printed_total": 64,
"release_date": "2019/07/05",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11a_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm11a_ja.symbol.png",
"translation": {
"en": {
"name": "Remix Bout"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "575006",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/14.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/14.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11a_ja/14.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fire"
],
"hp": "110",
"attacks": [
{
"cost": [
"Fire",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Tackle",
"damage": "30"
},
{
"cost": [
"Fire",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Heat Crash",
"damage": "60"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "usually",
"artist": "Naoyo Kimura",
"pricing": {
"currency": "USD",
"market": 0.35,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.35
},
{
"condition": "LP",
"price": 0.24
}
],
"graded": [],
"market_updated_at": "2026-09-22T02:54:39.531Z",
"trend_7d": {
"direction": "up",
"percent": 9.38
}
}
}
}