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

← Scarlet & Violet
Magneton

Magneton

Common #64 Pokémon Stage 1 HP 90
Types
Lightning
Illustrator
Shiburingaru
Expansion
Scarlet & Violet · Scarlet & Violet
Language
English
TCGplayer
487917

Attacks

Lightning Ball 20
Lightning
Explosion 90
Lightning · Lightning

This Pokémon also does 90 damage to itself.

GET /api/v1/pokemon/cards/sv1-64?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv1-64",
    "name": "Magneton",
    "number": "64",
    "printed_number": "64",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/64.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/64.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/64.large.webp"
      }
    ],
    "expansion": {
      "id": "sv1",
      "name": "Scarlet & Violet",
      "total": 258,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SVI",
      "printed_total": 198,
      "release_date": "2023/03/31",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "487917",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/64.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/64.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/64.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Lightning Ball",
        "damage": "20"
      },
      {
        "cost": [
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 2,
        "name": "Explosion",
        "text": "This Pokémon also does 90 damage to itself.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Shiburingaru",
    "pricing": {
      "currency": "USD",
      "market": 0.13,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.13
        },
        {
          "condition": "LP",
          "price": 0.12
        },
        {
          "condition": "HP",
          "price": 0.01
        },
        {
          "condition": "DMG",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "1",
          "value": 60,
          "low": 51,
          "high": 69,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:59:47.177Z",
      "trend_7d": {
        "direction": "up",
        "percent": 8.33
      }
    }
  }
}