Skip to main content
GET
/
zone
/
route_ips
cURL
curl --request GET \
  --url https://api.brightdata.com/zone/route_ips \
  --header 'Authorization: Bearer <token>'
[
  {
    "ip": "10.0.0.0",
    "country": "us"
  },
  {
    "ip": "1.1.1.1",
    "country": "gb"
  },
  {
    "ip": "1.1.2.2",
    "country": "hk"
  }
]
Paste your API key to the authorization field. To get an API key, Create an account and learn how to generate an API key

Authorizations

Authorization
string
header
required

Query Parameters

zone
string
required
country
string
list_countries
boolean

Response

200 - application/json
  • object
  • string
ip
string
Example:
country
string
Example: