Music — entry 003 of 32
Audiomack
Audiomack's Data API exposes the streaming platform's catalog of songs, albums, artists, and playlists, plus account-level actions like favoriting, reposting, and follower management. Access uses the classic three-legged OAuth 1.0a flow — a request token, user authorization, then an access token that stays valid for a year — and every response comes back as JSON. Registration and use are free; there's no published pricing tier or paid plan.
AuthenticationOAuthRequires an OAuth flow; expect app registration.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSONResponses can be requested as JSON.
GreatAPIs Score
Score57
Authentication8/25OAuth flow required
Pricing20/20Free to use
Docs0/20No docs or spec available
Formats9/15Single response format
Freshness20/20Verified within 6 months
Auth quickstart
- Register an app / run the OAuth flow to obtain a bearer token.
- Send it as an Authorization header
Authorization: Bearer <token>
Stored keyNo key stored
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.