Skip to main content
GET
/
ws
/
1.1
/
album.get
album.get
curl --request GET \
  --url https://api.musixmatch.com/ws/1.1/album.get
{
  "message": {
    "body": {
      "album": {
        "album_id": 123,
        "album_name": "<string>",
        "album_release_date": "<string>",
        "artist_id": 123,
        "artist_name": "<string>",
        "restricted": 123,
        "updated_time": "<string>"
      }
    },
    "header": {
      "execute_time": 123,
      "status_code": 123
    }
  }
}

Authorizations

apikey
string
query
required

Query Parameters

album_id
string
required

The Musixmatch album ID.

Response

200 - application/json

200 OK / 401 Unauthorized / 404 Not Found

message
object
I