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

← Astral Radiance
Magnezone

Magnezone

Rare Holo #107 Pokémon Stage 2 HP 150
Types
Metal
Illustrator
GOSSAN
Expansion
Astral Radiance · Sword & Shield
Language
English
TCGplayer
272310

Attacks

Power Beam 120
Metal · Colorless · Colorless
GET /api/v1/pokemon/cards/swsh10-107vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10-107vh",
    "name": "Magnezone",
    "number": "107",
    "printed_number": "107",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/107vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/107vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/107vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10",
      "name": "Astral Radiance",
      "total": 216,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "ASR",
      "printed_total": 189,
      "release_date": "2022/05/27",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "272310",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/107vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/107vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10/107vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Metal"
    ],
    "hp": "150",
    "abilities": [
      {
        "name": "Giga Magnet",
        "text": "Once during your turn, you may look at the top 6 cards of your deck and attach any number of Metal Energy cards you find there to your Pokémon in any way you like. Shuffle the other cards back into your deck.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Power Beam",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "GOSSAN",
    "pricing": {
      "currency": "USD",
      "market": 0.36,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.36
        },
        {
          "condition": "LP",
          "price": 0.25
        },
        {
          "condition": "MP",
          "price": 0.2
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:50:29.227Z",
      "trend_7d": {
        "direction": "up",
        "percent": 33.33
      }
    }
  }
}