RA: List Events
RA via Parse · music
List upcoming events for a specific club/venue. Returns event details including title, date, artists, and venue info. Sorted by date ascending. Supports pagination with configurable page size (max 50). Defaults to events from the current UTC time onward. Artist lineups include both linked RA profiles (with id and content_url) and unlinked names (with null id/content_url) parsed from the event's full lineup. Access Resident Advisor's database of electronic music venues and events worldwide. List clubs by city/area, get detailed venue profiles with contact info and activity metrics, and browse upcoming events for specific venues. Fulfilled by Parse from ra.co.
- entertainment
- maps-geo
- music
- parse
- platform-key
- ra
- ra-co
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/b89b7fc2-7fcb-49f4-8b0d-8ba592c967cc/list_events
- Interface artifact
- sha256:a9297ae800ef1c941dd7d3d72507d59d8034079a2169120be1463656c8ce11cd
- Manifest digest
- sha256:14d264fdbef8ced1101241704f87205fd581fdc7bca7e882c5ff2b578e3af86d
Request fields
- page (integer): Page number for pagination.
- club_id (string, required): Club/venue numeric ID to list events for (obtainable from list_clubs results).
- date_from (string): Filter events from this date in ISO format (e.g. '2026-01-01T00:00:00.000Z'). Defaults to current UTC time.
- page_size (integer): Number of events per page (max 50).
Example queries
- {"page":"1","club_id":"5031","date_from":"2026-08-18T18:37:43.000Z","page_size":"20"}