Integrate your tools and services with the MusicAllands distribution platform. Our RESTful API gives you programmatic access to releases, analytics, and artist data.
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
All API requests require authentication via Bearer token:
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.musicallands.com/v1/me
The API is available for Pro and Label plan subscribers. For high-volume access, please contact our sales team.
Request API Access →