setlist_search_venues
Find venues on setlist.fm by name, city, state, or country. Get venue IDs and setlist.fm links to retrieve venue details or 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 | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns Setlist.fm's payload untouched. No field projection: this server has no verified record of which Setlist.fm fields matter, and inventing one would risk dropping a field a caller needs. | |
| 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 |