APIHub
Back to Explore

Bandsintown

Provides access to artist details and their event listings, allowing queries for upcoming, past, or date-range events by artist name.

Music
No auth required
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

212ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/artists/{artistname}

Get artist information

  • artistname (path, required) — 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 %27C
  • app_id (query, required) — The application ID assigned to you by Bandsintown
GET

/artists/{artistname}/events

Get upcoming, past, or all artist events, or events within a date range

  • artistname (path, required) — 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 %27C
  • app_id (query, required) — The application ID assigned to you by Bandsintown
  • date (query) — 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 returned

2 endpoints auto-detected

curl -X GET \
  "https://app.swaggerhub.com/apis/Bandsintown/PublicAPI/3.0.0/artists/{artistname}"

app.swaggerhub.com · HTTPS only