Get venue festival cities
Retrieve the list of cities (with their cityId) available for venue and festival lookups in a given country. Use the returned cityId with get_city_venues, get_city_festivals and get_city_concerts.
Name
get_venue_festival_cities
Schema
| Type |
|---|
| object |
Properties
| Name | Description | Example |
|---|---|---|
| countryCode | Country code (2-letter ISO 3166-2, e.g. FR, US). | FR |
| searchCity | Optional filter to search cities by name. | Paris |
Required
| Name |
|---|
| countryCode |