Discover/ra.co API
live

ra.co APIra.co

Access Resident Advisor's global database of electronic music clubs and events. List venues by city, get detailed profiles, and browse upcoming event listings.

Endpoints
3
Updated
3mo ago
Try it
Area/city URL name (e.g., 'washingtondc', 'paris', 'berlin', 'london').
Country URL code (e.g., 'us', 'fr', 'uk', 'de').
api.parse.bot/scraper/b89b7fc2-7fcb-49f4-8b0d-8ba592c967cc/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/b89b7fc2-7fcb-49f4-8b0d-8ba592c967cc/list_clubs?area_name=berlin&country_code=de' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

List all clubs/venues in a given city area on RA.co. Returns venue names, addresses, follower counts, and IDs. Results are sorted by follower count (most popular first).

Input
ParamTypeDescription
area_namestringArea/city URL name (e.g., 'washingtondc', 'paris', 'berlin', 'london').
country_codestringCountry URL code (e.g., 'us', 'fr', 'uk', 'de').
Response
{
  "type": "object",
  "fields": {
    "area": "string — area name as passed in the request",
    "clubs": "array of objects with keys: id, name, address, content_url, follower_count, is_closed, logo_url",
    "country": "string — country code as passed in the request",
    "total_clubs": "integer — total number of clubs returned"
  },
  "sample": {
    "data": {
      "area": "berlin",
      "clubs": [
        {
          "id": "5031",
          "name": "Berghain | Panorama Bar | Säule",
          "address": "70 Am Wriezener Bahnhof; Friedrichshain; 10243 Berlin; Germany",
          "logo_url": "https://static.ra.co/images/clubs/berghain-berlin-logo.jpg?dateUpdated=1610108248310",
          "is_closed": null,
          "content_url": "/clubs/5031",
          "follower_count": 44875
        }
      ],
      "country": "de",
      "total_clubs": 2257
    },
    "status": "success"
  }
}

About the ra.co API

The RA.co API exposes 3 endpoints covering Resident Advisor's worldwide database of electronic music venues and events. Use list_clubs to pull venue names, addresses, follower counts, and IDs for any supported city or country, get_club_detail to retrieve editorial descriptions, contact info, and capacity for a specific venue, and list_events to page through upcoming events with artist lineups and flyer images.

Venue Discovery by City

The list_clubs endpoint accepts an area_name (such as 'berlin' or 'washingtondc') and an optional country_code to return all venues RA tracks in that area. Each item in the clubs array includes the venue's id, name, address, follower_count, is_closed flag, and logo_url. Results are sorted by follower count, so the most-followed venues surface first. The total_clubs field tells you how many venues were found in that area.

Venue Profiles

get_club_detail takes a single club_id (for example, '1672' for Rex Club Paris or '6751' for Berghain Berlin) and returns a richer profile. Fields include the editorial blurb, phone, full address, website, and capacity. Nested area and country objects carry structured IDs and URL slugs, which you can feed back into other requests or use for display grouping.

Event Listings with Pagination

list_events returns upcoming events for a given venue, filtered by club_id. You can set a date_from in ISO format to start from a specific point in time, control page size up to 50 with page_size, and walk through results using the page parameter. Each event object in the events array carries id, title, date, start_time, content_url, interested_count, flyer_url, and an artists array, alongside nested venue, area, and country objects for full context.

Common use cases
  • Build a city nightlife guide that ranks clubs by follower_count from list_clubs.
  • Aggregate upcoming event lineups across multiple venues using list_events with date_from filtering.
  • Display venue contact details and capacity on a booking platform using get_club_detail.
  • Track which venues are permanently closed using the is_closed flag returned by list_clubs.
  • Power a flyer gallery for an event-discovery app using flyer_url from list_events responses.
  • Map electronic music clubs geographically using address and area data from venue endpoints.
  • Monitor event interested_count over time to gauge crowd demand for specific club nights.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Resident Advisor have an official public developer API?+
RA does not publish a documented public developer API for third-party access to its venue and event data.
What does `list_clubs` return beyond basic venue names?+
list_clubs returns an array of venue objects, each containing id, name, address, content_url, follower_count, is_closed, and logo_url. Results are ordered by follower_count descending, so you can immediately identify the most-followed venues in an area without any client-side sorting.
Can I retrieve past events or only upcoming ones?+
list_events defaults to the current UTC time as its start point and returns upcoming events. Historical event archives are not currently exposed. You can fork this API on Parse and revise it to add an endpoint targeting past event data.
Does the API cover artist profiles or DJ charts?+
Not currently. The API covers venues via list_clubs and get_club_detail, and upcoming events via list_events. Artist profiles, DJ charts, and record label data are not included. You can fork the API on Parse and revise it to add endpoints for those data types.
Are all cities and countries supported by `list_clubs`?+
Coverage depends on which areas RA itself tracks. You pass an area_name slug (such as 'london' or 'paris') and a country_code to scope results. Areas where RA has no indexed venues will return an empty clubs array. Smaller or less-documented cities may have limited or no results.
Page content last updated . Spec covers 3 endpoints from ra.co.
Related APIs in MusicSee all →
rausgegangen.de API
Discover events happening in German cities by searching for concerts, festivals, and shows—filtering by location, date, or category to find exactly what you're looking for. Get detailed information about venues, artists, and ticket lotteries all in one place.
eventup.com API
Search EventUp for event venues by city, browse featured venues, fetch available venue filter facets for a location, and get autocomplete suggestions for venue and place queries.
feverup.com API
Discover and search live events, exhibitions, and experiences happening in cities worldwide, filtering by categories to find concerts, shows, expos, and more that match your interests. Get detailed information about any event including schedules, descriptions, and venue details to plan your next outing.
resy.com API
Search for restaurants across cities and check real-time availability to find open reservation slots on Resy. Discover trending and top-rated venues with detailed information about dining options, menus, and available time slots across selected dates.
axs.com API
Search for events, performers, and venues across AXS.com to find tickets, pricing, and availability information in your area or by category. Browse featured events, explore venues by city, and access detailed event information all in one place.
riyadh.platinumlist.net API
Search and discover events and attractions happening in Riyadh by browsing featured listings, filtering by category or date, and viewing detailed information including ticket options. Get comprehensive event details to plan your entertainment and activities in the city.
allevents.in API
Search and discover events from AllEvents.in by name, date, or category, then view detailed information like descriptions, timings, and venue details. Filter through available event categories to find exactly what you're looking for.
raisin.digital API
Search and discover natural wine bars, restaurants, wine shops, winemakers, and events from the Raisin.digital guide. Browse venues on an interactive map to find natural wine experiences near you.