Bandsintown: Get Artist Events
Bandsintown via Parse · music
Get profile information and upcoming events for a specific artist. Takes an artist slug in 'id-name' format (e.g. '1488-drake'). Returns the artist's profile (name, image, follower count) and a list of upcoming events. Artists with no scheduled shows return an empty events array. Optionally filter events by country (ISO 3166-1 alpha-2 code) or region ('EU' for the 27 EU member states: AT, BE, BG, HR, CY, CZ, DK, EE, FI, FR, DE, GR, HU, IE, IT, LV, LT, LU, MT, NL, PL, PT, RO, SK, SI, ES, SE). When neither country nor region is provided, all worldwide events are returned. Search for artists, get upcoming concert events by artist or city, and view detailed event information from Bandsintown. Fulfilled by Parse from bandsintown.com.
- bandsintown
- bandsintown-com
- entertainment
- maps-geo
- music
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- music
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/25ccb7dd-ea12-4f2c-bb0a-966dbe1228e3/get_artist_events
- Interface artifact
- sha256:3292fe166f6dec88a62455e983e3c000e511e9c3e327acbd5e94a78b9ff231fb
- Manifest digest
- sha256:a436a7cf955bdba37eb05971a0cc402458a691fff31a0be31765246e83e515c1
Request fields
- artist (string, required): Artist slug in format 'id-name' (e.g., '1488-drake', '1005-drake-bell'). Obtain from search_artists results by combining artist id and lowercased hyphenated name.
- region (string): Region code to filter events. Currently supports 'EU' for the 27 EU member states. When omitted, returns all events worldwide.
- country (string): ISO 3166-1 alpha-2 country code to filter events (e.g. 'DE', 'FR', 'US'). When omitted, returns all events worldwide.
Example queries
- {"artist":"1488-drake","region":"EU","country":"DE"}