Get Cities

To get available cities, you must pass the proxy_type, country_code(ISO) and the state name you got from the states endpoint.

Get cities for a specific proxy type, country, and state

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
proxy_typestring · enumRequiredPossible values:
country_codestringRequired
statestringRequired
Responses
200

Successful response

application/json
get
/api/cities
GET /api/cities?proxy_type=OXYLABS&country_code=text&state=text HTTP/1.1
Host: api.flashproxy.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "cities": [
    {
      "name": "text"
    }
  ]
}

Last updated