---
title: "GET /zone/proxies_pending_replacement"
method: GET
path: "/zone/proxies_pending_replacement"
tags: ["Proxy"]
---

# GET /zone/proxies_pending_replacement

`GET /zone/proxies_pending_replacement`

Get list of all proxies in the provided zone, which are pending replacement

## Query parameters

- `zone` string

## Response `200`

JSON body of pending IP replacements per zone

- object
  - `ZoneName` object
    - `type` string
    - `ips_to_replace` integer
    - `ips_list` object[]
      - `due_date` string, date
      - `ips` object[]
        - `ip` string, ipv4
        - `country` string

---

[API](https://skmtc.dev/brightdata/apis/bright-data-api.md) · [All operations](https://skmtc.dev/brightdata/apis/bright-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brightdata/bright-data-api/revisions/7413c80b3b56/schema)
