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

← Time Gazer
Magnezone

Magnezone

Rare #46 Pokémon Stage 2 HP 150
Types
Metal
Illustrator
GOSSAN
Expansion
Time Gazer · Sword & Shield
Language
Japanese
TCGplayer
569801

Attacks

Power Beam 120
Metal · Colorless · Colorless
GET /api/v1/pokemon/cards/swsh10d_ja-46vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10d_ja-46vh",
    "name": "Magnezone",
    "number": "46",
    "printed_number": "46",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/46vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/46vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/46vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10d_ja",
      "name": "Time Gazer",
      "total": 88,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S10D",
      "printed_total": 67,
      "release_date": "2022/04/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10d_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10d_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Time Gazer"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569801",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/46vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/46vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10d_ja/46vh.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",
    "artist": "GOSSAN",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 35.53,
          "low": 30.2,
          "high": 40.86,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:05:23.979Z",
      "trend_7d": {
        "direction": "down",
        "percent": -52.31
      }
    }
  }
}