ConsoleCatalog
Sign in
Bandsintown logo

Bandsintown

bandsintown.comEntertainmentno auth

Artists, concert and tour dates, city filters, and event details.

Artist Profile

ASYNCREADNo auth

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

ParametersFormJSON

Numeric Bandsintown artist ID used in the profile URL path

URL-safe artist slug paired with artist_id in the profile path

search_term (optional)

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -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",
      "search_term": "Caitlynne Curtis"
    }
  }'