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

← GX Ultra Shiny
Magnezone

Magnezone

Holo #189 Pokémon Stage 2 HP 150
Types
Metal
Illustrator
Misa Tsutsui
Expansion
GX Ultra Shiny · Sun & Moon
Language
Japanese
TCGplayer
574808

Attacks

Zap Cannon 130
Metal · Metal · Metal · Colorless

This Pokémon can't use Zap Cannon during your next turn.

GET /api/v1/pokemon/cards/sm8b_ja-189vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8b_ja-189vh",
    "name": "Magnezone",
    "number": "189",
    "printed_number": "189",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/189vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/189vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/189vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8b_ja",
      "name": "GX Ultra Shiny",
      "total": 250,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM8b",
      "printed_total": 150,
      "release_date": "2018/11/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8b_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8b_ja.symbol.png",
      "translation": {
        "en": {
          "name": "GX Ultra Shiny"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574808",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/189vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/189vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8b_ja/189vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Metal"
    ],
    "hp": "150",
    "abilities": [
      {
        "name": "Magnetic Circuit",
        "text": "As often as you like during your turn (before your attack), you may attach a Metal Energy card from your hand to 1 of your Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Metal",
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Zap Cannon",
        "text": "This Pokémon can't use Zap Cannon during your next turn.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Holo",
    "artist": "Misa Tsutsui",
    "pricing": {
      "currency": "USD",
      "market": 7.79,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.79
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 35.11,
          "low": 24.65,
          "high": 24.65,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13.75,
          "low": 9.63,
          "high": 13.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:16:32.168Z",
      "trend_7d": {
        "direction": "up",
        "percent": 199.62
      }
    }
  }
}