
Loading API details…
Jamendo
The Jamendo API gives programmatic access to its music catalog, letting clients retrieve information about albums, tracks, and artists, and enables authenticated users to add artists to their favourites and like individual tracks.
Latency p95
1578 ms
last successful checks
Uptime 30d
100.0%
monitored sample
Playground
Verified
live · allowlisted
Endpoints & operations
/v3.0/albums/
Read method to retrieve album information.
/v3.0/tracks/
Read method to retrieve track information.
/v3.0/artists/
Read method to retrieve artist information.
/v3.0/setuser/fan/
Write method to add an artist to the authenticated user’s favourite list.
/v3.0/setuser/like/
Write method to like a track for the authenticated user.
curl -X GET \ "https://developer.jamendo.com/v3.0/docs/v3.0/albums/" \ -H "Authorization: Bearer YOUR_TOKEN"
developer.jamendo.com · HTTPS only · bearer auth