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
2mo 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 →
juno.co.uk API
Search and browse Juno Records' catalog to find music across genres, discover new releases and bestsellers, and get detailed product information with autocomplete suggestions. Perfect for exploring vinyl, CDs, and digital music with real-time access to charts and recommendations.
elements.envato.com API
Search and browse millions of creative assets from Envato Elements, including stock photos, videos, music, fonts, and templates across all categories. Get detailed information about specific items, pricing plans, and discover new content through keyword search and category browsing.
stubhub.com API
Search and discover tickets across StubHub's marketplace by looking up events, performers, and categories to find exactly what you want to attend. Browse event details, performer schedules, and curated category collections to compare available tickets and make informed purchasing decisions.
rateyourmusic.com API
Search for albums, artists, and genres to retrieve detailed information including release dates, ratings, and chart rankings from Rate Your Music. Browse music charts and explore genre-specific data to discover trends across the catalog.
allmusic.com API
Search for music, browse artist biographies and discographies, and retrieve detailed album and song information all in one place. Discover new releases and access comprehensive metadata about artists and tracks.
viagogo.com API
Search for events and browse tickets across Viagogo's catalog, discovering performer schedules, ticket listings, and categories all in one place. Get detailed information about available tickets and events to find exactly what you're looking for.
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.
bandcamp.com API
Access Bandcamp's music catalog, artist profiles, album details, fan profiles, and live sales feed. Supports discovery with tag and location filters, full-text search across artists, albums, and tracks, and detailed metadata retrieval.