English
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" } ]
Get the available Data center/ISP IPs per Zone
Was this page helpful?