Bandsintown: Get Artist Events By Name
Bandsintown via Parse · music
Resolve an artist by name (using search) and return their profile and upcoming events. Searches Bandsintown's catalog for the best-matching artist, then fetches their profile page. Returns the same fields as get_artist_events plus the resolved artist_slug and artist_id for downstream use. 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_by_name
- Interface artifact
- sha256:5632feab27019ec829b9d05e414863c6b6fe582642ac9c1b8bd876bf650c9191
- Manifest digest
- sha256:f593cf680c0d32a98ca911a1e18f4f326169be0ad4d8d29673633b0656601fcc
Request fields
- 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.
- artist_name (string, required): Artist name to search for (e.g., 'Drake', 'Radiohead'). The best-matching artist from search results is used.
Example queries
- {"region":"EU","country":"DE","artist_name":"Drake"}