curl --request GET \
--url 'https://api.musixmatch.com/ws/1.1/album.tracks.get?apikey='Get the list of songs in an album.
curl --request GET \
--url 'https://api.musixmatch.com/ws/1.1/album.tracks.get?apikey='The Musixmatch album ID.
"32540723"
When set (that is, value = 1), only content containing lyrics is returned. Indicating '0' as the value results in returning both tracks with and without lyrics.
"1"
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?