Electronic music events, venues, clubs, artists, and genres.
Event Listings
ASYNCWRITENo auth
Returns events for an area by date and genre with venues, artists, and dates.
ParametersFormJSON
Resident Advisor area ID (numeric) for the city/region whose events to list
Include events on or after this date (YYYY-MM-DD)
Optional end date filter (YYYY-MM-DD); omit effect by not applying when unused
Page number for paginated results (1-based)
Number of listings per page
Optional genre slug filter (e.g. techno, house)
cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_ra_co_event_listings", "params": { "area_id": "8", "listing_date_gte": "2026-06-04", "listing_date_lte": "2026-06-07", "page": "1", "page_size": "20", "genre_slug": "techno" } }'