RA: List Area Events
RA via Parse · music
List upcoming events across all venues in a city/area. Returns events sorted by date ascending then popularity. Supports pagination with configurable page size (max 50). Use area IDs obtainable from get_club_detail results (area.id field) or known IDs like 8 (New York City), 34 (Berlin), 13 (London), 44 (Paris), 22 (Washington DC), 450 (Vienna). 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_area_events
- Interface artifact
- sha256:0ae810b169bfd7ff9dc0829d9536048d8128e8bfe239af2ff1e4e1c54efc5203
- Manifest digest
- sha256:37ee8b2329c1daab135ac14aa60145a77571f6f6b5fa8b9f956dcf43476905e5
Request fields
- page (integer): Page number for pagination.
- area_id (string, required): Numeric area/city ID from RA.co. Obtainable from get_club_detail response (area.id). Known values: 8 (New York City), 34 (Berlin), 13 (London), 44 (Paris), 22 (Washington DC), 23 (Los Angeles), 17 (Chicago), 38 (Miami), 218 (San Francisco/Oakland), 450 (Vienna).
- date_from (string): Filter events from this date in ISO format (e.g. '2026-07-12'). Defaults to current UTC date.
- page_size (integer): Number of events per page (max 50).
Example queries
- {"page":"1","area_id":"34","date_from":"2026-08-18","page_size":"20"}