/
/Bright Data API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 13h ago · Updated 2mo ago
Proxy2
  • get/cities
  • get/countrieslist
  • get/customer/balance
  • get/customer/bw
  • get/network_status/{NETWORK_TYPE}
  • get/status
  • put/status
  • get/zone
  • post/zone
  • delete/zone
  • get/zone/blacklist
  • post/zone/blacklist
  • delete/zone/blacklist
  • get/zone/bw
  • post/zone/change_disable
  • get/zone/count_available_ips
  • get/zone/cost
  • post/costs/export/json
  • post/costs/export/csv
  • post/zone/domain_perm
  • delete/zone/domain_perm
  • get/zone/get_active_zones
  • get/zone/get_all_zones
  • get/zone/ips
  • post/zone/ips
  • delete/zone/ips
  • post/zone/ips/migrate
  • post/zone/ips/refresh
  • get/zone/ips/unavailable
  • get/zone/passwords
  • get/zone/permissions
  • get/zone/recent_ips
  • get/zone/route_vips
  • get/zone/static/cities
  • get/zone/status
  • post/zone/switch_100uptime
  • delete/zone/vips
  • get/zone/whitelist
  • post/zone/whitelist
  • delete/zone/whitelist
  • postAdd Zone Password
  • postRemove Zone Password

Get list of available cities of static network per country

get/zone/static/cities

Query parameters

countrystring required

Country

pool_ip_type'dc' | 'static_res'

Network type:

dc: Datacenter,

static_res: ISP

Response

OK

string[] required

Example response

[
  "us-chicago",
  "us-ashburn",
  "us-siouxfalls"
]

Changes