v1
latestOpenAPI 3.0.32026-07-263517334.7 KBAlbum
album.get
Get album data from our database, including its name, release date, and artist name.
get/ws/1.1/album.get
Query parameters
album_idstring required
Example:56126508
The Musixmatch album ID.
Response
200 OK / 401 Unauthorized / 404 Not Found
Example response
{
"message": {
"body": {
"album": {
"album_id": 56126508,
"album_name": "Did you know that there's a tunnel under Ocean Blvd",
"album_release_date": "2023-03-24",
"artist_id": 13805436,
"artist_name": "Lana Del Rey",
"updated_time": "2024-08-26T09:08:33Z"
}
},
"header": {
"execute_time": 0.012861967086792,
"status_code": 200
}
}
}