integrations.sh
← all integrations

setlist.fm API

OpenAPI apis-guru media

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 ...

  1. ... understand how setlist.fm works (the and the are a good starting point),
  2. ... read this documentation carefully and
  3. ... (link for logged in users only) - if you're no registered user yet, then (it's free).

If this documentation isn't enough or if you've got other things you'd like to tell us about the API, visit the .

Note that the setlist.fm API is, according to the , only free for non-commercial projects. If you're interested in using the API for commercial purposes, .

About this Service

This service provides methods to get both setlists and components of setlists such as artists, cities, countries or venues.

Supported Content Types

The REST service currently supports XML (default) and JSON content.

To receive a JSON response, set the Accept to application/json.

Internationalization

(Please note that this is an experimental feature and does not work for all cities!)

Most of the featured methods honor the Accept-Language . This header is used for localizing cities and countries. The default language is English (en), but you can provide any of the languages Spanish (es), French (fr), German (de), Portuguese (pt), Turkish (tr), Italian (it) or Polish (pl).

E.g. if you search a setlist for a concert that took place in Vienna and you pass "de" as header, you'll get "Wien, Österreich" instead of "Vienna, Austria".
This also works if you use a different language than the country's native language.

E.g. for a concert in New York, you'll get "Nueva York, Estados Unidos" instead of "New York, United States" if you pass "es" as language.

API Keys

API keys () must be included in the request with the x-api-key header.

Version History

VersionDocsEnd of Service
1.0-
0.1December 31, 2017
Homepage
https://api.apis.guru/v2/specs/setlist.fm/1.0.json
Provider
setlist.fm
OpenAPI version
2.0
Spec (JSON)
https://api.apis.guru/v2/specs/setlist.fm/1.0/swagger.json
Spec (YAML)
https://api.apis.guru/v2/specs/setlist.fm/1.0/swagger.yaml

Tool extraction failed: Only OpenAPI 3.x documents are supported. Swagger 2.x documents should be converted first..