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

Authorizations

apikey
string
query
required

Query Parameters

artist_id
string
required

Musixmatch artist ID.

g_album_name
string

Group by album name.

s_release_date
string

Sort by release date (asc|desc).

page
string

Define the page number for paginated results.

page_size
string

Define the page size for paginated results. The allowed range is 1 to 100.

Response

200 - application/json

200 OK / 401 Unauthorized / 404 Not Found

message
object
I