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

If this Pokémon evolved from Scyther during this turn, this attack does 90 more damage.
During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).
/api/v1/pokemon/cards/swsh2-128vrh?include=prices 200 19ms{
"success": true,
"data": {
"id": "swsh2-128vrh",
"name": "Scizor",
"number": "128",
"printed_number": "128",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/128vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/128vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/128vrh.large.webp"
}
],
"expansion": {
"id": "swsh2",
"name": "Rebel Clash",
"total": 209,
"language": "English",
"language_code": "en",
"series": "Sword & Shield",
"code": "RCL",
"printed_total": 192,
"release_date": "2020/05/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "213224",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/128vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/128vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/128vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Metal"
],
"hp": "130",
"attacks": [
{
"cost": [
"Metal"
],
"converted_energy_cost": 1,
"name": "Raid",
"text": "If this Pokémon evolved from Scyther during this turn, this attack does 90 more damage.",
"damage": "30"
},
{
"cost": [
"Metal",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Guard Claw",
"text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
"damage": "90"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Grass",
"value": "-30"
}
],
"rarity": "Rare",
"artist": "Ryuta Fuse",
"pricing": {
"currency": "USD",
"market": 1.16,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.16
},
{
"condition": "LP",
"price": 0.86
},
{
"condition": "MP",
"price": 0.75
},
{
"condition": "HP",
"price": 0.25
},
{
"condition": "DMG",
"price": 0.52
}
],
"graded": [
{
"company": "CGC",
"grade": "9.5",
"value": 5,
"low": 4.25,
"high": 5.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 40.53,
"low": 65,
"high": 65,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-21T02:45:11.316Z",
"trend_7d": {
"direction": "up",
"percent": 1.75
}
}
}
}