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

You may move an Energy from your opponent's Active Pokémon to 1 of their Benched Pokémon.
If this Pokémon has any Team Rocket's Energy attached, this attack does 60 more damage.
/api/v1/pokemon/cards/sv10-70vrh?include=prices 200 18ms{
"success": true,
"data": {
"id": "sv10-70vrh",
"name": "Team Rocket's Zapdos",
"number": "70",
"printed_number": "70",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/70vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/70vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/70vrh.large.webp"
}
],
"expansion": {
"id": "sv10",
"name": "Destined Rivals",
"total": 244,
"language": "English",
"language_code": "en",
"series": "Scarlet & Violet",
"code": "DRI",
"printed_total": 182,
"release_date": "2025/05/30",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "630818",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/70vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/70vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/70vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Lightning"
],
"hp": "120",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Jamming Wing",
"text": "You may move an Energy from your opponent's Active Pokémon to 1 of their Benched Pokémon.",
"damage": "30"
},
{
"cost": [
"Lightning",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Wicked Thunder",
"text": "If this Pokémon has any Team Rocket's Energy attached, this attack does 60 more damage.",
"damage": "60+"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-30"
}
],
"rarity": "Rare",
"artist": "Nurikabe",
"pricing": {
"currency": "USD",
"market": 0.37,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.37
},
{
"condition": "LP",
"price": 0.33
},
{
"condition": "HP",
"price": 0.23
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 7.5,
"low": 6.38,
"high": 8.63,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 86,
"low": 55.41,
"high": 148.9,
"confidence": "high",
"value_kind": "sold",
"sold_count": 22,
"trend": {
"direction": "down",
"percent": -17.5
}
},
{
"company": "PSA",
"grade": "8",
"value": 22.95,
"low": 12.92,
"high": 14.61,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "9",
"value": 16.77,
"low": 14.5,
"high": 31.19,
"confidence": "high",
"value_kind": "sold",
"sold_count": 9,
"trend": {
"direction": "down",
"percent": -12.8
}
}
],
"market_updated_at": "2026-09-22T02:35:20.355Z",
"trend_7d": {
"direction": "down",
"percent": -5.13
}
}
}
}