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

← Diamond & Pearl Promos
Magnezone

Magnezone

Common #93 Pokémon Stage 2
Types
Metal
Illustrator
Kent Kanetsuna
Expansion
Diamond & Pearl Promos · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Mirror Shot 40
Metal · Colorless

If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.

Magnet Slash 100
Lightning · Metal · Colorless · Colorless

Discard all Lightning Energy attached to Magnezone.

GET /api/v1/pokemon/cards/dpp_ja-93vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dpp_ja-93vh",
    "name": "Magnezone",
    "number": "93",
    "printed_number": "93",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/93vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/93vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/93vh.large.webp"
      }
    ],
    "expansion": {
      "id": "dpp_ja",
      "name": "Diamond & Pearl Promos",
      "total": 127,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "printed_total": 127,
      "release_date": "2006/12/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dpp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dpp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Diamond & Pearl Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/93vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/93vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/93vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Metal"
    ],
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Mirror Shot",
        "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.",
        "damage": "40"
      },
      {
        "cost": [
          "Lightning",
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Magnet Slash",
        "text": "Discard all Lightning Energy attached to Magnezone.",
        "damage": "100"
      }
    ],
    "rarity": "Common",
    "artist": "Kent Kanetsuna",
    "pricing": {
      "currency": "USD",
      "market": 8.4,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.4
        },
        {
          "condition": "LP",
          "price": 4.55
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 129.46,
          "low": 102.52,
          "high": 102.52,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-31T03:27:26.354Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}