Client library for Bandsintown API
npm install --save @datafire/bandsintown
let bandsintown = require('@datafire/bandsintown').create();
.then(data => {
console.log(data);
});
The Bandsintown API is designed for artists and enterprises representing artists.
It offers read-only access to artist info and artist events:
Note you can specify if you only want to return upcoming events, past events, all events, or events within a given date range.
Get artist information
bandsintown.artist({
"artistname": "",
"app_id": ""
}, context)
object
string
: The name of the artist. If it contains one of the special characters below, please be sure to replace it by the corresponding code: for / use %252F, for ? use %253F, for * use %252A, and for " use %27Cstring
: The application ID assigned to you by Bandsintownartist events
bandsintown.artistEvents({
"artistname": "",
"app_id": ""
}, context)
object
string
: The name of the artist. If it contains one of the special characters below, please be sure to replace it by the corresponding code: for / use %252F, for ? use %253F, for * use %252A, and for " use %27Cstring
: The application ID assigned to you by Bandsintownstring
: Can be one of the following values: "upcoming", "past", "all", or a date range e.g. "2015-05-05,2017-05-05". If not specified, only upcoming shows are returnedarray
object
string
integer
string
string
string
string
integer
integer
string
object
object
string
string
string
object
string
string
string
string
string
string
Version | Tag | Published |
---|---|---|
4.0.0 | latest | 2yrs ago |