Overview
Unlocker
SERP
Marketplace Dataset API
Web Scraper - Delivery APIs
Web Scraper - Management APIs
Web Scraper IDE API
Scraping Shield
Account Management API
- POSTAdd a Zone
- POSTAllow/Deny Domains
- POSTDenylist IP(s)
- POSTAllowlist IP(s)
- POSTAdd Static IP(s)
- POSTMigrate Static IPs
- POSTRefresh dedicated residential IPs
- POSTRefresh Static IPs (Datacenter/ISP)
- PUTChange Account Status
- GETAccount status
- GETActive Zones
- GETAvailable IPs/Zone
- GETAvailable Datacenter & ISP IPs count
- GETGet Countries
- GETGet Country Cities
- GETGet current service status
- GETList all available country's cities (static network)
- GETRecent IPs attempting to use your Zone
- GETAvailable Datacenter & ISP IPs/Zone
- GETBandwidth stats for a zone
- GETBandwidth stats for all your zones
- GETTotal cost & bandwidth for a zone
- GETList of denylisted IPs for a zone
- GETList of allowlisted IPs for a zone
- GETLive status of Static Zone
- GETTotal Balance
- GETZone info
- GETZone Password
- GETZone Permission
- GETZone Statistics
- GETZone status
- GETGet Proxies Pending Replacement
- DELRemove dedicated residential IPs
- DELRemove domain from Zone allowlist/denylist
- DELRemove IP from Zone denylist
- DELRemove IP from Zone allowlist
- DELRemove Static IPs (Datacenter/ISP)
- DELRemove a Zone
- POSTSwitch Automatic Failover
- POSTTurn on/off Zone
API Reference
- Proxy
- Proxy Manager
- Web Scraper API
Native Access
- Proxy
- Unlocker & SERP API
Account Management API
Zone Statistics
Get Zone Static (Datacenter/ISP) IPs
GET
/
zone
/
ips
cURL
Copy
Ask AI
curl --request GET \
--url https://api.brightdata.com/zone/ips \
--header 'Authorization: Bearer <token>'
Copy
Ask AI
{
"ips": [
{
"ip": "1.1.1.1",
"maxmind": "au",
"ext": {
"dbip": "au",
"ip2location": "au",
"google": "us"
}
},
{
"ip": "1.1.1.1",
"maxmind": "au",
"ext": {
"dbip": "au",
"ip2location": "au",
"google": "us"
}
}
]
}
Paste your API key to the authorization field. To get an API key, Create an account and learn how to generate an API key
Response when
Copy
Ask AI
{
"gb":198,
"de":282,
"br":418,
"au":115,
"jp":292,
"nl":421,
"uz":333,
"il":517,
"kg":566,
"az":498,
"lv":484,
"tw":372,
"sg":184
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Zone name
get the total amount of IPs per country
Response
200 - application/json
OK
The response is of type object
.
Was this page helpful?
cURL
Copy
Ask AI
curl --request GET \
--url https://api.brightdata.com/zone/ips \
--header 'Authorization: Bearer <token>'
Copy
Ask AI
{
"ips": [
{
"ip": "1.1.1.1",
"maxmind": "au",
"ext": {
"dbip": "au",
"ip2location": "au",
"google": "us"
}
},
{
"ip": "1.1.1.1",
"maxmind": "au",
"ext": {
"dbip": "au",
"ip2location": "au",
"google": "us"
}
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.