Events
eventsFind upcoming electronic/dance events, concerts and festivals for a region. Specify a region either by latitude+longitude (returns events within ~75 miles) or by location_ids. Optionally filter by date window, name, and festivals-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max events to return (1-200, default 50). | |
| state | No | Optional 2-letter state filter when using lat/long, e.g. "CA". | |
| end_date | No | Latest event date, YYYY-MM-DD. | |
| latitude | No | Region center latitude (pair with longitude), e.g. 37.77 for SF. | |
| longitude | No | Region center longitude (pair with latitude), e.g. -122.42 for SF. | |
| event_name | No | Filter by event/festival name keyword. | |
| start_date | No | Earliest event date, YYYY-MM-DD. | |
| location_ids | No | Comma-separated EDMtrain location ids (from the locations tool). Alternative to lat/long. | |
| festivals_only | No | If true, return only festivals. |