Retrieve upcoming and historical concerts taking place in a given city.
Name
get_city_concerts
Schema
Properties
| Name |
Description |
Example |
| cityId |
Unique identifier of the city, as returned by the get_venue_festival_cities referential. |
FR|paris| |
| startDate |
Optional start date (inclusive) in ISO format YYYY-MM-DD. |
2026-01-01 |
| endDate |
Optional end date (inclusive) in ISO format YYYY-MM-DD. |
2026-12-31 |
| limit |
Maximum number of concerts to return. |
|
| offset |
Number of items to skip before starting to return results. |
|
Required