curl --request GET \
--url 'https://api.musixmatch.com/ws/1.1/track.search?apikey='{
"message": {
"body": {
"track_list": [
{
"track": {
"album_id": 57933320,
"album_name": "Greatest Hits (Deluxe)",
"artist_id": 53952596,
"artist_name": "Aerosmith",
"commontrack_id": 160488573,
"commontrack_isrcs": [
[
"USSM19801545"
]
],
"explicit": 0,
"has_lyrics": 1,
"has_richsync": 1,
"has_subtitles": 1,
"instrumental": 0,
"num_favourite": 41,
"primary_genres": {
"music_genre_list": [
{
"music_genre": {
"music_genre_id": 14,
"music_genre_name": "Pop",
"music_genre_name_extended": "Pop",
"music_genre_parent_id": 34,
"music_genre_vanity": "Pop"
}
}
]
},
"restricted": 0,
"track_edit_url": "https://www.musixmatch.com/lyrics/Aerosmith-1/I-Don-t-Want-To-Miss-A-Thing-From-Armageddon-Soundtrack/edit?utm_source=application&utm_campaign=api&utm_medium=musiXmatch+-+internal+use%3A1409624942950",
"track_id": 260269361,
"track_isrc": "USSM19801545",
"track_length": 297,
"track_lyrics_translation_status": [
{
"from": "en",
"perc": 1,
"to": "de"
},
{
"from": "en",
"perc": 1,
"to": "id"
},
{
"from": "en",
"perc": 1,
"to": "it"
},
{
"from": "en",
"perc": 1,
"to": "pt"
},
{
"from": "en",
"perc": 0.94,
"to": "ru"
},
{
"from": "en",
"perc": 1,
"to": "es"
}
],
"track_name": "I Don't Want To Miss A Thing (From \"Armageddon\" Soundtrack)",
"track_rating": 80,
"track_share_url": "https://www.musixmatch.com/lyrics/Aerosmith-1/I-Don-t-Want-To-Miss-A-Thing-From-Armageddon-Soundtrack?utm_source=application&utm_campaign=api&utm_medium=musiXmatch+-+internal+use%3A1409624942950",
"track_spotify_id": "2gYo5RNzC9ygAh4yeizypt",
"updated_time": "2025-02-12T10:51:30Z"
}
}
]
},
"header": {
"available": 497,
"execute_time": 0.02690601348877,
"status_code": 200
}
}
}Search for track in our database.
curl --request GET \
--url 'https://api.musixmatch.com/ws/1.1/track.search?apikey='{
"message": {
"body": {
"track_list": [
{
"track": {
"album_id": 57933320,
"album_name": "Greatest Hits (Deluxe)",
"artist_id": 53952596,
"artist_name": "Aerosmith",
"commontrack_id": 160488573,
"commontrack_isrcs": [
[
"USSM19801545"
]
],
"explicit": 0,
"has_lyrics": 1,
"has_richsync": 1,
"has_subtitles": 1,
"instrumental": 0,
"num_favourite": 41,
"primary_genres": {
"music_genre_list": [
{
"music_genre": {
"music_genre_id": 14,
"music_genre_name": "Pop",
"music_genre_name_extended": "Pop",
"music_genre_parent_id": 34,
"music_genre_vanity": "Pop"
}
}
]
},
"restricted": 0,
"track_edit_url": "https://www.musixmatch.com/lyrics/Aerosmith-1/I-Don-t-Want-To-Miss-A-Thing-From-Armageddon-Soundtrack/edit?utm_source=application&utm_campaign=api&utm_medium=musiXmatch+-+internal+use%3A1409624942950",
"track_id": 260269361,
"track_isrc": "USSM19801545",
"track_length": 297,
"track_lyrics_translation_status": [
{
"from": "en",
"perc": 1,
"to": "de"
},
{
"from": "en",
"perc": 1,
"to": "id"
},
{
"from": "en",
"perc": 1,
"to": "it"
},
{
"from": "en",
"perc": 1,
"to": "pt"
},
{
"from": "en",
"perc": 0.94,
"to": "ru"
},
{
"from": "en",
"perc": 1,
"to": "es"
}
],
"track_name": "I Don't Want To Miss A Thing (From \"Armageddon\" Soundtrack)",
"track_rating": 80,
"track_share_url": "https://www.musixmatch.com/lyrics/Aerosmith-1/I-Don-t-Want-To-Miss-A-Thing-From-Armageddon-Soundtrack?utm_source=application&utm_campaign=api&utm_medium=musiXmatch+-+internal+use%3A1409624942950",
"track_spotify_id": "2gYo5RNzC9ygAh4yeizypt",
"updated_time": "2025-02-12T10:51:30Z"
}
}
]
},
"header": {
"available": 497,
"execute_time": 0.02690601348877,
"status_code": 200
}
}
}The song title.
"Sonne"
The song artist.
"Rammstein"
Any word in the lyrics.
Any word in the song title or artist name.
Search among writers.
Any word in the song title or artist name or lyrics.
When set, filters by this artist ID.
When set, filters by this music category ID.
Filter by the lyrics language (en,it,..).
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.
When set, filters the tracks with the release date newer than the indicated value, the format is YYYYMMDD.
When set, filters the tracks with the release date older than the indicated value, the format is YYYYMMDD.
Sort by our popularity index for artists (asc|desc).
"desc"
Sort by our popularity index for tracks (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.
"3"
200 OK / 401 Unauthorized
Show child attributes
Show child attributes
Show child attributes
Show child attributes
57933320
"Greatest Hits (Deluxe)"
53952596
"Aerosmith"
160488573
["USSM19801545"][["USSM19801545"]]0
1
1
1
0
41
Show child attributes
Show child attributes
Show child attributes
14
"Pop"
"Pop"
34
"Pop"
[
{
"music_genre": {
"music_genre_id": 14,
"music_genre_name": "Pop",
"music_genre_name_extended": "Pop",
"music_genre_parent_id": 34,
"music_genre_vanity": "Pop"
}
}
]0
"https://www.musixmatch.com/lyrics/Aerosmith-1/I-Don-t-Want-To-Miss-A-Thing-From-Armageddon-Soundtrack/edit?utm_source=application&utm_campaign=api&utm_medium=musiXmatch+-+internal+use%3A1409624942950"
260269361
"USSM19801545"
297
[
{ "from": "en", "perc": 1, "to": "de" },
{ "from": "en", "perc": 1, "to": "id" },
{ "from": "en", "perc": 1, "to": "it" },
{ "from": "en", "perc": 1, "to": "pt" },
{ "from": "en", "perc": 0.94, "to": "ru" },
{ "from": "en", "perc": 1, "to": "es" }
]"I Don't Want To Miss A Thing (From \"Armageddon\" Soundtrack)"
80
"https://www.musixmatch.com/lyrics/Aerosmith-1/I-Don-t-Want-To-Miss-A-Thing-From-Armageddon-Soundtrack?utm_source=application&utm_campaign=api&utm_medium=musiXmatch+-+internal+use%3A1409624942950"
"2gYo5RNzC9ygAh4yeizypt"
"2025-02-12T10:51:30Z"
[
{
"track": {
"album_id": 57933320,
"album_name": "Greatest Hits (Deluxe)",
"artist_id": 53952596,
"artist_name": "Aerosmith",
"commontrack_id": 160488573,
"commontrack_isrcs": [["USSM19801545"]],
"explicit": 0,
"has_lyrics": 1,
"has_richsync": 1,
"has_subtitles": 1,
"instrumental": 0,
"num_favourite": 41,
"primary_genres": {
"music_genre_list": [
{
"music_genre": {
"music_genre_id": 14,
"music_genre_name": "Pop",
"music_genre_name_extended": "Pop",
"music_genre_parent_id": 34,
"music_genre_vanity": "Pop"
}
}
]
},
"restricted": 0,
"track_edit_url": "https://www.musixmatch.com/lyrics/Aerosmith-1/I-Don-t-Want-To-Miss-A-Thing-From-Armageddon-Soundtrack/edit?utm_source=application&utm_campaign=api&utm_medium=musiXmatch+-+internal+use%3A1409624942950",
"track_id": 260269361,
"track_isrc": "USSM19801545",
"track_length": 297,
"track_lyrics_translation_status": [
{ "from": "en", "perc": 1, "to": "de" },
{ "from": "en", "perc": 1, "to": "id" },
{ "from": "en", "perc": 1, "to": "it" },
{ "from": "en", "perc": 1, "to": "pt" },
{ "from": "en", "perc": 0.94, "to": "ru" },
{ "from": "en", "perc": 1, "to": "es" }
],
"track_name": "I Don't Want To Miss A Thing (From \"Armageddon\" Soundtrack)",
"track_rating": 80,
"track_share_url": "https://www.musixmatch.com/lyrics/Aerosmith-1/I-Don-t-Want-To-Miss-A-Thing-From-Armageddon-Soundtrack?utm_source=application&utm_campaign=api&utm_medium=musiXmatch+-+internal+use%3A1409624942950",
"track_spotify_id": "2gYo5RNzC9ygAh4yeizypt",
"updated_time": "2025-02-12T10:51:30Z"
}
}
]