Entertainment
Resident Advisor logo

Resident Advisor API

ra.co

Resident Advisor - electronic music events, venues, clubs, artists, and genres.

Actions
5
Category
Entertainment
Login
Not required
Output
JSON

Call the Resident Advisor API

Submit a task, then poll the job until it settles. This example runs act_ra_co_event_listings.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_ra_co_event_listings",
    "params": {
      "area_id": 8
    }
  }'

5 actions on ra.co

Write

Write actions change state on ra.co and run as the account you connect.

  • Event Listings

    act_ra_co_event_listingswrite2 credits / call

    Returns events for an area by date and genre with venues, artists, and dates.

    area_id
    integer · required
    listing_date_gte
    date
    listing_date_lte
    date
    page
    integer
    page_size
    integer
    genre_slug
    string
  • Genre Taxonomy

    act_ra_co_genre_taxonomywrite2 credits / call

    Returns the full music genre taxonomy with genre ids, names, and slugs.

  • Locations Directory

    act_ra_co_locations_directory_allwrite2 credits / call

    Returns the complete country and area hierarchy with ids, names, and codes.

  • Location Search Autocomplete

    act_ra_co_location_search_autocompletewrite2 credits / call

    Returns cities and areas by name with area ids, slugs, and event counts.

    search_query
    string · required
    limit
    integer
  • Popular Event Listings

    act_ra_co_event_listings_popularwrite2 credits / call

    Returns popular events for an area within a date window with venues and interest counts.

    area_id
    integer · required
    listing_date_gte
    date
    listing_date_lte
    date
    page_size
    integer

Resident Advisor API questions

Is there an API for Resident Advisor?
Resident Advisor does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for ra.co. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Resident Advisor data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when ra.co changes its markup, Anakin updates the action.
Do I need a Resident Advisor account?
No. Every Resident Advisor action listed here runs anonymously — no account and no credentials required.
What does the Resident Advisor API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Entertainment APIs

All Entertainment sites