setlist_search_venues
Search setlist.fm for venues by name, state, city, or country to find matching venue IDs and setlist.fm links for retrieving venue setlists.
Instructions
Search setlist.fm for venues by name and/or location. Returns matching venues with their venue ID — use it with setlist_get_venue or setlist_get_venue_setlists. 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 |
|---|---|---|---|
| p | No | Result page number (defaults to 1) | |
| name | No | Venue name | |
| state | No | State name | |
| cityId | No | City's geoId | |
| country | No | Venue's country | |
| cityName | No | City the venue is in | |
| stateCode | No | State code |