Audius REST API

Public REST API for the Audius network. Endpoints cover tracks (metadata, stream, trending), users (profile, followers), playlists, search, and resolve (lookup by URL). API hosts are discovered dynamically from the network; many host paths are accessible at /v1.

API entry from apis.yml

apis.yml Raw ↑
aid: audius:platform
name: Audius REST API
description: Public REST API for the Audius network. Endpoints cover tracks (metadata, stream, trending),
  users (profile, followers), playlists, search, and resolve (lookup by URL). API hosts are discovered
  dynamically from the network; many host paths are accessible at /v1.
humanURL: https://docs.audius.org/developers/api
baseURL: https://api.audius.co
tags:
- Tracks
- Users
- Playlists
- Search
- Web3
properties:
- type: Documentation
  url: https://docs.audius.org/developers/api
- type: SDK
  url: https://docs.audius.org/developers/sdk
- type: OpenSource
  url: https://github.com/AudiusProject