Introduction
Track
album.tracks.get
Get the list of songs in an album.
curl --request GET \
--url https://api.musixmatch.com/ws/1.1/album.tracks.get
{
"message": {
"body": {
"track_list": [
{
"track": {
"album_coverart_100x100": "http://s.mxmcdn.net/images-storage/albums/nocover.png",
"album_coverart_350x350": "",
"album_coverart_500x500": "",
"album_coverart_800x800": "",
"album_id": 32540723,
"album_name": "Revolver (Remastered)",
"artist_id": 160,
"artist_name": "The Beatles",
"commontrack_id": 70591,
"commontrack_isrcs": [
[
"GBAYE0601493"
]
],
"explicit": 0,
"has_lyrics": 1,
"has_richsync": 1,
"has_subtitles": 1,
"instrumental": 0,
"num_favourite": 297,
"primary_genres": {
"music_genre_list": [
{
"music_genre": {
"music_genre_id": 1133,
"music_genre_name": "Pop/Rock",
"music_genre_name_extended": "Pop / Pop/Rock",
"music_genre_parent_id": 14,
"music_genre_vanity": "Pop-Pop-Rock"
}
},
{
"music_genre": {
"music_genre_id": 21,
"music_genre_name": "Rock",
"music_genre_name_extended": "Rock",
"music_genre_parent_id": 34,
"music_genre_vanity": "Rock"
}
}
]
},
"restricted": 0,
"track_edit_url": "https://www.musixmatch.com/lyrics/The-Beatles/taxman-remastered-2009/edit?utm_source=application&utm_campaign=api&utm_medium=musiXmatch+-+internal+use%3A1409624942950",
"track_id": 170615520,
"track_isrc": "GBAYE0601493",
"track_length": 159,
"track_lyrics_translation_status": [
{
"from": "en",
"perc": 0.96,
"to": "cs"
},
{
"from": "en",
"perc": 1,
"to": "fr"
},
{
"from": "en",
"perc": 1,
"to": "de"
},
{
"from": "en",
"perc": 1,
"to": "id"
},
{
"from": "en",
"perc": 0.96,
"to": "it"
},
{
"from": "en",
"perc": 0.96,
"to": "ja"
},
{
"from": "en",
"perc": 1,
"to": "ko"
},
{
"from": "en",
"perc": 1,
"to": "fa"
},
{
"from": "en",
"perc": 0.96,
"to": "pl"
},
{
"from": "en",
"perc": 1,
"to": "pt"
},
{
"from": "en",
"perc": 1,
"to": "ru"
},
{
"from": "en",
"perc": 1,
"to": "es"
},
{
"from": "en",
"perc": 1,
"to": "th"
},
{
"from": "en",
"perc": 0.96,
"to": "tr"
}
],
"track_name": "Taxman - Remastered 2009",
"track_rating": 64,
"track_share_url": "https://www.musixmatch.com/lyrics/The-Beatles/taxman-remastered-2009?utm_source=application&utm_campaign=api&utm_medium=musiXmatch+-+internal+use%3A1409624942950",
"track_spotify_id": "4BRkPBUxOYffM2QXVlq7aC",
"updated_time": "2024-08-26T13:15:47Z"
}
}
]
},
"header": {
"available": 14,
"execute_time": 0.0089790821075439,
"status_code": 200
}
}
}
Authorizations
Query Parameters
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"
Response
"http://s.mxmcdn.net/images-storage/albums/nocover.png"
""
""
""
32540723
"Revolver (Remastered)"
160
"The Beatles"
70591
[["GBAYE0601493"]]
0
1
1
1
0
297
0
"https://www.musixmatch.com/lyrics/The-Beatles/taxman-remastered-2009/edit?utm_source=application&utm_campaign=api&utm_medium=musiXmatch+-+internal+use%3A1409624942950"
170615520
"GBAYE0601493"
159
[
{ "from": "en", "perc": 0.96, "to": "cs" },
{ "from": "en", "perc": 1, "to": "fr" },
{ "from": "en", "perc": 1, "to": "de" },
{ "from": "en", "perc": 1, "to": "id" },
{ "from": "en", "perc": 0.96, "to": "it" },
{ "from": "en", "perc": 0.96, "to": "ja" },
{ "from": "en", "perc": 1, "to": "ko" },
{ "from": "en", "perc": 1, "to": "fa" },
{ "from": "en", "perc": 0.96, "to": "pl" },
{ "from": "en", "perc": 1, "to": "pt" },
{ "from": "en", "perc": 1, "to": "ru" },
{ "from": "en", "perc": 1, "to": "es" },
{ "from": "en", "perc": 1, "to": "th" },
{ "from": "en", "perc": 0.96, "to": "tr" }
]
"Taxman - Remastered 2009"
64
"https://www.musixmatch.com/lyrics/The-Beatles/taxman-remastered-2009?utm_source=application&utm_campaign=api&utm_medium=musiXmatch+-+internal+use%3A1409624942950"
"4BRkPBUxOYffM2QXVlq7aC"
"2024-08-26T13:15:47Z"
[
{
"track": {
"album_coverart_100x100": "http://s.mxmcdn.net/images-storage/albums/nocover.png",
"album_coverart_350x350": "",
"album_coverart_500x500": "",
"album_coverart_800x800": "",
"album_id": 32540723,
"album_name": "Revolver (Remastered)",
"artist_id": 160,
"artist_name": "The Beatles",
"commontrack_id": 70591,
"commontrack_isrcs": [["GBAYE0601493"]],
"explicit": 0,
"has_lyrics": 1,
"has_richsync": 1,
"has_subtitles": 1,
"instrumental": 0,
"num_favourite": 297,
"primary_genres": {
"music_genre_list": [
{
"music_genre": {
"music_genre_id": 1133,
"music_genre_name": "Pop/Rock",
"music_genre_name_extended": "Pop / Pop/Rock",
"music_genre_parent_id": 14,
"music_genre_vanity": "Pop-Pop-Rock"
}
},
{
"music_genre": {
"music_genre_id": 21,
"music_genre_name": "Rock",
"music_genre_name_extended": "Rock",
"music_genre_parent_id": 34,
"music_genre_vanity": "Rock"
}
}
]
},
"restricted": 0,
"track_edit_url": "https://www.musixmatch.com/lyrics/The-Beatles/taxman-remastered-2009/edit?utm_source=application&utm_campaign=api&utm_medium=musiXmatch+-+internal+use%3A1409624942950",
"track_id": 170615520,
"track_isrc": "GBAYE0601493",
"track_length": 159,
"track_lyrics_translation_status": [
{ "from": "en", "perc": 0.96, "to": "cs" },
{ "from": "en", "perc": 1, "to": "fr" },
{ "from": "en", "perc": 1, "to": "de" },
{ "from": "en", "perc": 1, "to": "id" },
{ "from": "en", "perc": 0.96, "to": "it" },
{ "from": "en", "perc": 0.96, "to": "ja" },
{ "from": "en", "perc": 1, "to": "ko" },
{ "from": "en", "perc": 1, "to": "fa" },
{ "from": "en", "perc": 0.96, "to": "pl" },
{ "from": "en", "perc": 1, "to": "pt" },
{ "from": "en", "perc": 1, "to": "ru" },
{ "from": "en", "perc": 1, "to": "es" },
{ "from": "en", "perc": 1, "to": "th" },
{ "from": "en", "perc": 0.96, "to": "tr" }
],
"track_name": "Taxman - Remastered 2009",
"track_rating": 64,
"track_share_url": "https://www.musixmatch.com/lyrics/The-Beatles/taxman-remastered-2009?utm_source=application&utm_campaign=api&utm_medium=musiXmatch+-+internal+use%3A1409624942950",
"track_spotify_id": "4BRkPBUxOYffM2QXVlq7aC",
"updated_time": "2024-08-26T13:15:47Z"
}
}
]
curl --request GET \
--url https://api.musixmatch.com/ws/1.1/album.tracks.get
{
"message": {
"body": {
"track_list": [
{
"track": {
"album_coverart_100x100": "http://s.mxmcdn.net/images-storage/albums/nocover.png",
"album_coverart_350x350": "",
"album_coverart_500x500": "",
"album_coverart_800x800": "",
"album_id": 32540723,
"album_name": "Revolver (Remastered)",
"artist_id": 160,
"artist_name": "The Beatles",
"commontrack_id": 70591,
"commontrack_isrcs": [
[
"GBAYE0601493"
]
],
"explicit": 0,
"has_lyrics": 1,
"has_richsync": 1,
"has_subtitles": 1,
"instrumental": 0,
"num_favourite": 297,
"primary_genres": {
"music_genre_list": [
{
"music_genre": {
"music_genre_id": 1133,
"music_genre_name": "Pop/Rock",
"music_genre_name_extended": "Pop / Pop/Rock",
"music_genre_parent_id": 14,
"music_genre_vanity": "Pop-Pop-Rock"
}
},
{
"music_genre": {
"music_genre_id": 21,
"music_genre_name": "Rock",
"music_genre_name_extended": "Rock",
"music_genre_parent_id": 34,
"music_genre_vanity": "Rock"
}
}
]
},
"restricted": 0,
"track_edit_url": "https://www.musixmatch.com/lyrics/The-Beatles/taxman-remastered-2009/edit?utm_source=application&utm_campaign=api&utm_medium=musiXmatch+-+internal+use%3A1409624942950",
"track_id": 170615520,
"track_isrc": "GBAYE0601493",
"track_length": 159,
"track_lyrics_translation_status": [
{
"from": "en",
"perc": 0.96,
"to": "cs"
},
{
"from": "en",
"perc": 1,
"to": "fr"
},
{
"from": "en",
"perc": 1,
"to": "de"
},
{
"from": "en",
"perc": 1,
"to": "id"
},
{
"from": "en",
"perc": 0.96,
"to": "it"
},
{
"from": "en",
"perc": 0.96,
"to": "ja"
},
{
"from": "en",
"perc": 1,
"to": "ko"
},
{
"from": "en",
"perc": 1,
"to": "fa"
},
{
"from": "en",
"perc": 0.96,
"to": "pl"
},
{
"from": "en",
"perc": 1,
"to": "pt"
},
{
"from": "en",
"perc": 1,
"to": "ru"
},
{
"from": "en",
"perc": 1,
"to": "es"
},
{
"from": "en",
"perc": 1,
"to": "th"
},
{
"from": "en",
"perc": 0.96,
"to": "tr"
}
],
"track_name": "Taxman - Remastered 2009",
"track_rating": 64,
"track_share_url": "https://www.musixmatch.com/lyrics/The-Beatles/taxman-remastered-2009?utm_source=application&utm_campaign=api&utm_medium=musiXmatch+-+internal+use%3A1409624942950",
"track_spotify_id": "4BRkPBUxOYffM2QXVlq7aC",
"updated_time": "2024-08-26T13:15:47Z"
}
}
]
},
"header": {
"available": 14,
"execute_time": 0.0089790821075439,
"status_code": 200
}
}
}