# Audiomack API **Provider:** Audiomack **Category:** entertainment **Base URL:** `https://www.audiomack.com` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.audiomack.com/data-api/docs ## Description Api of the streaming music hub Audiomack ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.audiomack.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.audiomack.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with developer account for non-commercial use. Commercial licensing available. --- *Source: [API Map](https://apimap.dev/apis/audiomack/) — CC BY 4.0*