DE: List Events
DE via Parse · music
List upcoming events for a given city area on Resident Advisor. Returns paginated results sorted by date ascending, then popularity. Each event includes name, date/time, venue, artists, banner image URL, and RA event link. The area is resolved from a country URL code and city slug matching RA's URL scheme (e.g. /events/de/berlin). Multi-day events appearing on multiple listing dates are deduplicated by event ID within a page. Fetch upcoming electronic music events from Resident Advisor (ra.co), including event names, dates, venues, artists, and flyer images. Fulfilled by Parse from de.ra.co.
- de
- de-ra-co
- entertainment
- maps-geo
- music
- parse
- platform-key
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- music
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/f290c2a5-c61a-4ca5-bf8c-ff750ee51f9a/list_events
- Interface artifact
- sha256:42f49ba9ca838a544eafa01c6d6ed401ae9409dc9e0ac90630bef7ffe5f5a3bb
- Manifest digest
- sha256:4bfe349f0fdac4768b7e5ab981d1c9eca563d75b9178db195c0120095f817c09
Request fields
- city (string): City slug as used in RA URLs (e.g. 'berlin', 'munich', 'hamburg'). Lowercase, no spaces.
- page (integer): Page number for pagination (1-indexed).
- country (string): Two-letter country URL code as used in RA URLs (e.g. 'de' for Germany, 'uk' for United Kingdom, 'us' for United States).
- page_size (integer): Number of events per page (1-50).
Example queries
- {"city":"berlin","page":"1","country":"de","page_size":"5"}