Developer API

Requests

Artists - Events

Parameters

name default format required notes
artist - artist name (url escaped*)
mbid_<id> (MusicBrainz ID)
yes -
format - xml or json yes -
app_id - word yes a word to identify your application or company

* note: / and ? characters must be double escaped. Artists such as "AC/DC" will end up as "AC%252FDC"

Response

Events - Daily

The daily feed is updated each day at 12:00 PM EST.

Parameters

name default format required notes
format - xml or json yes -
app_id - word yes a word to identify your application or company

Examples

All upcoming shows added in the last day (json)
http://api.bandsintown.com/events/daily?format=json&app_id=YOUR_APP_ID

All upcoming shows added in the last day (xml) - using alternate format syntax
http://api.bandsintown.com/events/daily.xml?app_id=YOUR_APP_ID

Response