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

← Bandit Ring
Porygon-Z

Porygon-Z

Rare #67 Pokémon Stage 2 HP 130
Types
Colorless
Illustrator
Naoki Saito
Expansion
Bandit Ring · XY
Language
Japanese
TCGplayer
603959

Attacks

Digital Reboot
Colorless

Devolve as many of your Benched Pokémon as many times as you like. Put each Evolution card removed this way into your hand.

Dazzle Blast 50
Colorless · Colorless

Your opponent's Active Pokémon is now Confused.

GET /api/v1/pokemon/cards/xy7_ja-67vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy7_ja-67vh",
    "name": "Porygon-Z",
    "number": "67",
    "printed_number": "67",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/67vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/67vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/67vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy7_ja",
      "name": "Bandit Ring",
      "total": 97,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY7",
      "printed_total": 81,
      "release_date": "2015/06/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy7_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy7_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Bandit Ring"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603959",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/67vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/67vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/67vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "θ Stop",
        "text": "Prevent all effects of your opponent's Pokémon's Abilities done to this Pokémon.",
        "type": "Ancient Trait"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Digital Reboot",
        "text": "Devolve as many of your Benched Pokémon as many times as you like. Put each Evolution card removed this way into your hand."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Dazzle Blast",
        "text": "Your opponent's Active Pokémon is now Confused.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 9.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.99
        },
        {
          "condition": "MP",
          "price": 6.99
        },
        {
          "condition": "DMG",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 34.85,
          "low": 28.9,
          "high": 40.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 74.97,
          "low": 100,
          "high": 100,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 18.5,
          "low": 15.73,
          "high": 21.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "8",
          "value": 7.2,
          "low": 6.12,
          "high": 8.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-10T03:54:59.340Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}