---
title: "GET /zone/count_available_ips"
method: GET
path: "/zone/count_available_ips"
---

# GET /zone/count_available_ips

`GET /zone/count_available_ips`

## Query parameters

- `zone` string
- `plan` object
  - `pool_ip_type` string — use in case you want to get the amount of ISP IPs available, the default amount for that API endpoint is data center peer IPs.
  - `ips_type` string — type of IPs. `shared`: For shared `selective`: For selective `dedicated`: For dedicated
  - `country` string — IPs location country
  - `country_city` string — defines the city location of the IPs
  - `city` boolean — required with `country_city` parameter
  - `domain_whitelist` string — Space separated list of domains **Note**: for `curl` the spaces should be urlencoded : `d1.com%20d2.com`
  - `geo_db` object — turns on/off using of the IP`s location databases
    - `maxmind` boolean — use MaxMind IP location DB
    - `dbip` boolean — use DB-IP IP location DB
    - `google` boolean — use Google IP location DB
    - `ip2location` boolean — use IP2Location IP location DB
    - `ipcn` boolean — use ip.cn IP location DB

## Response `200`

OK

- object

---

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