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

# GET /zone/route_ips

`GET /zone/route_ips`

Get the available Data center/ISP IPs per Zone

## Query parameters

- `zone` string, required
- `country` string
- `list_countries` boolean

## Response `200`

Successful response with plain IPs list separated by new line, or JSON array of `[{ip, country},..]` in case `list_countries=true`

- union
  - object — Return `JSON` array of `[{ip, country},..]` when `list_countries=true` ## Example: ``` [ {"ip": "1.1.1.1", "country": "us"}, {"ip": "1.1.2.2", "country": "hk"}, ]
    - `ip` string — IP address
    - `country` string — 2-letter Country code
  - string — Plain list of IPs separated by new line when `list_countries=false` ## Example: ``` 1.1.1.1 1.1.2.2 10.0.0.0 ```

---

[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)
