Automate setlist.fm
HumDay reads setlist.fm’s own published API description and derives 15 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What setlist.fm is
The setlist.fm API has been designed to give you easy access to setlist data in order to build fancy websites and other applications. Before starting to use the API, be sure to ... ... understand how setlist.fm works (the FAQ and the Guidelines are a good starting point), ... read this do
What HumDay can read from setlist.fm
These are the operations a schedule or a trigger can watch.
- GETGet a complete list of all supported countries.
/1.0/search/countries - GETSearch for a city.
/1.0/search/cities - GETSearch for venues.
/1.0/search/venues - GETSearch for artists.
/1.0/search/artists - GETSearch for setlists.
/1.0/search/setlists - GETGet a user by userId.
/1.0/user/{userId} - GET.
/1.0/user/{userId}/edited - GET.
/1.0/user/{userId}/attended - GETGet a city by its unique geoId.
/1.0/city/{geoId} - GET.
/1.0/artist/{mbid} - GETGet a venue by its unique id.
/1.0/venue/{venueId} - GET.
/1.0/setlist/{setlistId} - GET.
/1.0/artist/{mbid}/setlists - GET.
/1.0/venue/{venueId}/setlists - GET.
/1.0/setlist/version/{versionId}
How automating setlist.fm works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live setlist.fm account.
- Grant access, then go live. You approve the specific setlist.fm operations it may use — and only those.
Popular setlist.fm integrations
Connect setlist.fm to the tools people pair it with most.
- setlist.fm and OData for namespace microsoft.graphintegration
- setlist.fm and Cloudflareintegration
- setlist.fm and NetBoxintegration
- setlist.fm and GitHubintegration
- setlist.fm and Mistintegration
- setlist.fm and Loket.nlintegration
- setlist.fm and Atlassian The Jira Cloud platformintegration
- setlist.fm and Magento B2Bintegration
- setlist.fm and Stripeintegration
- setlist.fm and Zuora Reference Billingintegration
- setlist.fm and bunqintegration
- setlist.fm and DocuSignintegration
Automate setlist.fm with these
- Google Compute Engine694 operations
- Jellyfin379 operations
- OpenAI273 operations
- Evetech EVE Swagger Interface206 operations
- Google Campaign Manager 360205 operations
- Google Content for Shopping175 operations
- Google Display & Video 360151 operations
- Bungie.Net134 operations
- VocaDbWeb127 operations
- Google Admin SDK122 operations
- Google Apigee109 operations
- Shutterstock Explorer109 operations
Categories
Questions about setlist.fm automation
- Can HumDay connect to setlist.fm?
- Yes. HumDay reads setlist.fm's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 15 operations are documented.
- Do I need to write code to automate setlist.fm?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your setlist.fm account.
- What can HumDay do in setlist.fm?
- 0 of the 15 documented operations change something in setlist.fm, and 15 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my setlist.fm account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to setlist.fm is held behind that approval.
Where this came from
The operations above are read from a published API description for setlist.fm at api.setlist.fm/docs/1.0/ui/swagger.json. Descriptions are the provider’s own words, not ours. Last published 2023-03-06.