简体中文
cURL
curl --request GET \ --url https://api.brightdata.com/zone/ips \ --header 'Authorization: Bearer <token>'
{ "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" } } ] }
Get Zone Static (Datacenter/ISP) IPs
{ "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 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Zone name
get the total amount of IPs per country
OK
The response is of type object.
object
此页面对您有帮助吗?