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/swsh10d_ja-37?include=prices 200 16ms{
"success": true,
"data": {
"id": "swsh10d_ja-37",
"name": "Mienfoo",
"number": "37",
"printed_number": "37",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/37.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/37.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/37.large.webp"
}
],
"expansion": {
"id": "swsh10d_ja",
"name": "Time Gazer",
"total": 88,
"language": "Japanese",
"language_code": "ja",
"series": "Sword & Shield",
"code": "S10D",
"printed_total": 67,
"release_date": "2022/04/08",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10d_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10d_ja.symbol.png",
"translation": {
"en": {
"name": "Time Gazer"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "569792",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/37.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/37.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/37.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fighting"
],
"hp": "60",
"attacks": [
{
"cost": [
"Fighting"
],
"converted_energy_cost": 1,
"name": "Chop",
"damage": "10"
},
{
"cost": [
"Fighting",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Spiral Kick",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "usually",
"artist": "yuu",
"pricing": {
"currency": "USD",
"market": 0.32,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.32
}
],
"graded": [],
"market_updated_at": "2026-09-22T05:48:22.028Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}