Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

Draw a card.
During your next turn, this Pokémon can't attack.
/api/v1/pokemon/cards/swsh4-120vrh?include=prices 200 17ms{
"success": true,
"data": {
"id": "swsh4-120vrh",
"name": "Lucario",
"number": "120",
"printed_number": "120",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/120vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/120vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/120vrh.large.webp"
}
],
"expansion": {
"id": "swsh4",
"name": "Vivid Voltage",
"total": 203,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "VIV",
"printed_total": 185,
"release_date": "2020/11/13",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "226574",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/120vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/120vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh4/120vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Metal"
],
"hp": "130",
"attacks": [
{
"cost": [
"Metal"
],
"converted_energy_cost": 1,
"name": "Spike Draw",
"text": "Draw a card.",
"damage": "40"
},
{
"cost": [
"Metal",
"Metal",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Knuckle Impact",
"text": "During your next turn, this Pokémon can't attack.",
"damage": "160"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Grass",
"value": "-30"
}
],
"rarity": "Rare",
"artist": "kodama",
"pricing": {
"currency": "USD",
"market": 0.72,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.72
},
{
"condition": "LP",
"price": 0.64
},
{
"condition": "MP",
"price": 0.51
},
{
"condition": "DMG",
"price": 0.25
}
],
"graded": [
{
"company": "CGC",
"grade": "8.5",
"value": 6.5,
"low": 5.53,
"high": 7.48,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 109.06,
"low": 143.25,
"high": 149.24,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "8",
"value": 15.38,
"low": 15.31,
"high": 15.44,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 24.5,
"low": 30,
"high": 30,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-21T03:33:17.454Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}