Get cities
Deprecated
GET
/v2/cities
Provides a list of cities supported by the platform
Authorizations
Parameters
Query Parameters
limit
page
country_id
country
Any of:
Array<string>
null
Limit results by a certain country using two letter country code. e.g. ?country=US or ?country=US&country=MX
city
Any of:
Array<string>
null
Limit results by a certain city or cities. (e.g. ?city=Chicago or ?city=Chicago&city=Boston)
order_by
Order by a field e.g. ?order_by=city
string
Order by a field e.g. ?order_by=city
Responses
200
Successful Response
object
meta
results
required
Array<object>
object
country
required
string
city
required
string
count
required
integer
locations
required
integer
firstUpdated
required
string
lastUpdated
required
string
parameters
required
Array<string>
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string