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

← Temple of Anger
Magnezone LV.X

Magnezone LV.X

ホロ #1011 ポケモン レベルアップ HP 140
Types
Illustrator
Ryo Ueda
Expansion
Temple of Anger · Diamond & Pearl
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/dp5t_ja-1011vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp5t_ja-1011vh",
    "name": "Magnezone LV.X",
    "number": "1011",
    "printed_number": "1011",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-1011vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-1011vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-1011vh.large.webp"
      }
    ],
    "expansion": {
      "id": "dp5t_ja",
      "name": "Temple of Anger",
      "total": 64,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP5",
      "printed_total": 64,
      "release_date": "2008/03/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp5t_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp5t_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Temple of Anger"
        }
      }
    },
    "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/dp5t_ja-1011vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-1011vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-1011vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "ポケモン",
    "subtypes": [
      "レベルアップ"
    ],
    "types": [
      "鋼"
    ],
    "hp": "140",
    "abilities": [
      {
        "name": "Electric Trans",
        "text": "As often as you like during your turn (before your attack), you may move a Lightning or Metal Energy attached to 1 of your Pokémon to another of your Pokémon. This power can't be used if Magnezone is affected by a Special Condition.",
        "type": "ポケパワー"
      }
    ],
    "weaknesses": [
      {
        "type": "炎",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "超",
        "value": "-20"
      }
    ],
    "rarity": "ホロ",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 502,
          "low": 343,
          "high": 575,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 81,
          "low": 80.16,
          "high": 100.61,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ]
    }
  }
}