Entertainment
Bandsintown logo

Bandsintown API

bandsintown.com

Bandsintown - artists, concert and tour dates, city filters, and event details.

Actions
5
Category
Entertainment
Login
Not required
Output
JSON

Call the Bandsintown API

Submit a task, then poll the job until it settles. This example runs act_bandsintown_com_artist_profile_ssr.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_bandsintown_com_artist_profile_ssr",
    "params": {
      "artist_id": "1507697",
      "artist_slug": "caitlynne-curtis"
    }
  }'

5 actions on bandsintown.com

Read

  • Artist Profile

    act_bandsintown_com_artist_profile_ssrread1 credit / call

    Returns an artist profile with bio, genres, followers, and upcoming tour dates.

    artist_id
    string · required
    artist_slug
    string · required
    search_term
    string
  • Artist Search Autocomplete

    act_bandsintown_com_artist_search_autocompleteread1 credit / call

    Returns matching artists and events with names, images, and profile URLs.

    search_term
    string · required
  • City Events Listing

    act_bandsintown_com_city_events_listingread2 credits / call

    Returns concerts in a city by genre with artist, venue, and show dates.

    genre_slug
    string · required
    city_name
    string
  • Event Details

    act_bandsintown_com_event_detail_ssrread1 credit / call

    Returns event details including date, venue, address, artists, and ticket links.

    event_id
    string · required
    event_slug
    string · required
    search_term
    string
    artist_id
    string
    artist_slug
    string
  • Homepage Event Feed

    act_bandsintown_com_homepage_event_feedread1 credit / call

    Returns the homepage feed of featured events and recommended nearby shows.

Bandsintown API questions

Is there an API for Bandsintown?
Bandsintown does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for bandsintown.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Bandsintown data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when bandsintown.com changes its markup, Anakin updates the action.
Do I need a Bandsintown account?
No. Every Bandsintown action listed here runs anonymously — no account and no credentials required.
What does the Bandsintown API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Entertainment APIs

All Entertainment sites