Skip to content

Get cities

GET
/v1/cities

Get cities

Authorizations

api_key
TypeAPI Key (header: X-Api-Key)

Parameters

Query Parameters

sorting
Typestring
Defaultnull
page_size

Number of items per page

Typeinteger
Default50
page

Current page

Typeinteger
Default1
country

Country code in iso-3

Typestring
Example"NLD"
event_startdate

Start date of the event

Typestring
Example"2024-01-01"
query
Typestring
Example"Amsterdam"

Responses

OK

application/json
JSON
{
"cities": [
{
"city": "Amsterdam",
"country": "NLD"
}
],
"pagination": {
"total_size": 1,
"page_size": 50,
"next_page": "string",
"previous_page": "string"
}
}

Playground

Server
Authorization
Variables
Key
Value

Samples