bandsintown.com API: get_city_events
bandsintown.com via Parse · music
Get upcoming events for a specific city. Returns events from the city's event page. Supports pagination via the page parameter. When coordinates are available from the page, uses the pagination API for richer results; otherwise returns JSON-LD structured data. Events can be filtered by date range using start_date and end_date. 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-com
- entertainment
- maps-geo
- music
- parse
- platform-key
Price and execution
- Price
- $0.06 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_city_events
- Interface artifact
- sha256:bdf70f41f30517977a094c2c631133f2ad3ef00f27a3f4ef1338e97ba8dafe7b
- Manifest digest
- sha256:c754c1846f04b196cf0b00884dbd3ad4b011f493ca53b3f74ff2be6f121326c9
Request fields
- page (integer): Page number for pagination.: Allowed values: 1
- end_date (string): ISO date (YYYY-MM-DD) to filter events on or before this date.
- city_slug (string, required): City slug (e.g., 'denver-co', 'new-york-ny', 'san-francisco-ca', 'los-angeles-ca'): Allowed values: new-york-ny, los-angeles-ca, denver-co, san-francisco-ca, chicago-il
- start_date (string): ISO date (YYYY-MM-DD) to filter events on or after this date.
Example queries
- {"page":"1","end_date":"2026-08-17","city_slug":"new-york-ny","start_date":"2026-07-11"}