MusicAPI
Our goal with MusicAPI is to deliver you one single API that you can use to integrate any music streaming service. MusicAPI.com is currently is early beta stage, and we publicly provide only two endpoints. Rest of the endpoints like: • authentication with music services • fetching user info • listing user music library • fetching playlists details • adding/removing tracks/albums/playlists will…
MusicAPI endpoints
| Method | Endpoint | Description |
|---|---|---|
| public | ||
| POST |
/public/inspect/url /public/inspect/url |
Inspect Endpoint allows you fetch the metadata of music service URL. You can pass any URL from music service (eg. `https://tidal.com/browse/track/131696293`) and the API will… |
| POST |
/public/search /public/search |
Search Endpoint allows you to search for - tracks - albums - playlists in any of the music service we support. |
| GET |
/public/search/introspection /public/search/introspection |
Allows you to fetch all different enums needed for sending API requests |
MusicAPI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $25 / month | 10 / second |
|
| ULTRA Recommended | $50 / month | 20 / second |
|
| MEGA | $100 / month | 30 / second |
|