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/sm10-122vrh?include=prices 200 18ms{
"success": true,
"data": {
"id": "sm10-122vrh",
"name": "Alolan Dugtrio",
"number": "122",
"printed_number": "122",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/122vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/122vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/122vrh.large.webp"
}
],
"expansion": {
"id": "sm10",
"name": "Unbroken Bonds",
"total": 238,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "UNB",
"printed_total": 214,
"release_date": "2019/05/03",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm10.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm10.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "189221",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/122vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/122vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/122vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Metal"
],
"hp": "80",
"abilities": [
{
"name": "Hair Wall",
"text": "Your Metal Pokémon take 10 less damage from your opponent's attacks (after applying Weakness and Resistance).",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Metal",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Hammer In",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Psychic",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "SATOSHI NAKAI",
"pricing": {
"currency": "USD",
"market": 0.71,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.71
},
{
"condition": "MP",
"price": 0.58
},
{
"condition": "HP",
"price": 0.08
}
],
"graded": [],
"market_updated_at": "2026-09-21T03:12:06.336Z",
"trend_7d": {
"direction": "down",
"percent": -1.39
}
}
}
}