Proxy IPs management

  • Get amount of available Datacenter and ISP IPs

    API endpoint: GET /api/zone/count_available_ips Parameters: zone=ZONE [string] - name of the Zone plan={...} [JSON object] - abstract plan parameters pool_ip_type=static_res [string] - use in case you want to get the amount of IS...

  • Get recent IPs attempting to use your Zone

    API endpoint: GET /api/zone/recent_ips Parameter: zones=ZONE - To get attempting IPs to any of your zone : zones=* Sample Response: {"ZONE":["255.0.0.127","10.0.0.1"]}   Shell curl "https://api.brightdata.com/zone/recent_ips?zones=...

  • Get the available Data center/ISP IPs per Zone

    API endpoint: GET /api/zone/route_ips Parameter: zone=ZONE[string] [required] country=COUNTRY_CODE[string] [optional] Sample Response: 10.0.0.0/24   Shell curl "https://api.brightdata.com/zone/route_ips?zone=ZONE&country=COUNTRY"...

  • Get all available dedicated residential IPs per Zone

    API endpoint: GET /api/zone/route_vips Sample Response: ["us_7922_fl_hollywood_0","ma_36903_01_tetouan_5","br_52894_mg_montesclaros_99"]   Shell curl "https://api.brightdata.com/zone/route_vips?zone=ZONE" -H "Authorization: Bearer ...