setlist_search_venues
Search for venues by name, city, state, or country on setlist.fm. Returns venue IDs and URLs for use with venue or setlist tools.
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 |
|---|---|---|---|
| name | No | Venue name | |
| cityName | No | City the venue is in | |
| cityId | No | City's geoId | |
| state | No | State name | |
| stateCode | No | State code | |
| country | No | Venue's country | |
| p | No | Result page number (defaults to 1) |