curl --request GET \
--url 'https://api.musixmatch.com/ws/1.1/artist.albums.get?apikey='Get albums for an artist.
curl --request GET \
--url 'https://api.musixmatch.com/ws/1.1/artist.albums.get?apikey='Musixmatch artist ID.
"346898"
Group by album name.
""
Sort by release date (asc|desc).
"desc"
Define the page number for paginated results.
"1"
Define the page size for paginated results. The allowed range is 1 to 100.
"5"
200 OK / 401 Unauthorized / 404 Not Found
Show child attributes
Was this page helpful?