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

← Surging Sparks
Magnezone

Magnezone

Uncommon #60 Pokémon Stage 2 HP 170
Types
Lightning
Illustrator
Po-Suzuki
Expansion
Surging Sparks · Scarlet & Violet
Language
English
TCGplayer
589994

Attacks

Mighty Magnetism 80
Lightning · Colorless · Colorless

Your opponent's Active Pokémon is now Confused. During your opponent's next turn, that Pokémon can't retreat.

Zap Cannon 180
Lightning · Colorless · Colorless · Colorless

During your next turn, this Pokémon can't use Zap Cannon.

GET /api/v1/pokemon/cards/sv8-60?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8-60",
    "name": "Magnezone",
    "number": "60",
    "printed_number": "60",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/60.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/60.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/60.large.webp"
      }
    ],
    "expansion": {
      "id": "sv8",
      "name": "Surging Sparks",
      "total": 252,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SSP",
      "printed_total": 191,
      "release_date": "2024/11/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "589994",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/60.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/60.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/60.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Mighty Magnetism",
        "text": "Your opponent's Active Pokémon is now Confused. During your opponent's next turn, that Pokémon can't retreat.",
        "damage": "80"
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Zap Cannon",
        "text": "During your next turn, this Pokémon can't use Zap Cannon.",
        "damage": "180"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Po-Suzuki",
    "pricing": {
      "currency": "USD",
      "market": 0.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.11
        },
        {
          "condition": "LP",
          "price": 0.06
        },
        {
          "condition": "MP",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 7.95,
          "low": 6.76,
          "high": 9.14,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-03T05:00:04.760Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}