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
Porygon-Z LV.X

Porygon-Z LV.X

ホロ #1012 ポケモン レベルアップ HP 130
Types
Illustrator
Ryo Ueda
Expansion
Temple of Anger · Diamond & Pearl
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/dp5t_ja-1012vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp5t_ja-1012vh",
    "name": "Porygon-Z LV.X",
    "number": "1012",
    "printed_number": "1012",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-1012vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-1012vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-1012vh.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-1012vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-1012vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5t_ja-1012vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "ポケモン",
    "subtypes": [
      "レベルアップ"
    ],
    "types": [
      "無"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Mode Crash",
        "text": "Once during your turn (before your attack), when you put Porygon-Z LV.X from your hand onto your Active Porygon-Z, you may discard all of your opponent's Special Energy cards in play.",
        "type": "ポケパワー"
      },
      {
        "name": "Decode",
        "text": "Once during your turn (before your attack), you may search your deck for up to any 2 cards and shuffle your deck afterward. Then, put those cards on top of your deck in any order. This power can't be used if Porygon-Z is affected by a Special Condition.",
        "type": "ポケパワー"
      }
    ],
    "weaknesses": [
      {
        "type": "闘",
        "value": "×2"
      }
    ],
    "rarity": "ホロ",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 160,
          "low": 118,
          "high": 174,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ]
    }
  }
}