Bandsintown: Get Artist Past Events
Bandsintown via Parse · music
Get past concert events for a specific artist from their tour history. Takes an artist slug in 'id-name' format (e.g. '1488-drake'). Returns the artist's past events with venue, location, and timing details. Optionally filter 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 past events worldwide 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_past_events
- Interface artifact
- sha256:ad78942682dfc8d9f9e7cedc87001f24c81548c2b220070639755a2ddc7350c1
- Manifest digest
- sha256:2583de00da1d2962eba7e44176ce086917bf6db895265f6f14f810285ea5adad
Request fields
- artist (string, required): Artist slug in format 'id-name' (e.g., '1488-drake', '25874-radiohead'). 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 past events worldwide.
- country (string): ISO 3166-1 alpha-2 country code to filter events (e.g. 'DE', 'FR', 'US'). When omitted, returns all past events worldwide.
Example queries
- {"artist":"1488-drake","region":"EU","country":"DE"}