MusicAllands API

Integrate your tools and services with the MusicAllands distribution platform. Our RESTful API gives you programmatic access to releases, analytics, and artist data.

Getting Started

To use the MusicAllands API, you'll need an API key. Sign up for a Pro or Label account and request your API key from your dashboard.

Base URL: https://api.musicallands.com/v1

Authentication

All API requests require authentication via Bearer token:

curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.musicallands.com/v1/me

Endpoints

GET /releases
List all releases for the authenticated artist
POST /releases
Create a new release
GET /releases/{id}
Get release details and distribution status
GET /analytics/streams
Get streaming analytics and metrics
GET /platforms
List all supported distribution platforms

API Access

The API is available for Pro and Label plan subscribers. For high-volume access, please contact our sales team.

Request API Access →