setlist_search_cities
Find cities on setlist.fm by name, country, or state. Returns city details and geoId to use in setlist and venue searches.
Instructions
Search setlist.fm for cities by name and/or location. Returns cities with their geoId — use it as cityId in setlist_search_setlists / setlist_search_venues, or with setlist_get_city. Results include a setlist.fm url; when you present this data, cite it as a clickable source link to setlist.fm (their API terms require followable attribution — no nofollow). If a result has no url, link to https://www.setlist.fm instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | City name | |
| country | No | City's country | |
| state | No | State the city lies in | |
| stateCode | No | State code the city lies in | |
| p | No | Result page number (defaults to 1) |