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?apikey='
{ "message": { "body": { "album_list": [ { "album": { "album_id": 48110510, "album_name": "30", "album_release_date": "2021-11-19", "artist_id": 346898, "artist_name": "Adele", "restricted": 0, "updated_time": "2024-06-11T15:58:53Z" } }, { "album": { "album_id": 47384581, "album_name": "Easy On Me", "album_release_date": "2021-10-14", "artist_id": 346898, "artist_name": "Adele", "restricted": 0, "updated_time": "2024-03-27T16:17:44Z" } }, { "album": { "album_id": 34212322, "album_name": "Hometown Glory", "album_release_date": "2018-07-01", "artist_id": 346898, "artist_name": "Adele", "restricted": 0, "updated_time": "2024-03-27T16:17:56Z" } }, { "album": { "album_id": 24073345, "album_name": "Water Under the Bridge", "album_release_date": "2016-11-04", "artist_id": 346898, "artist_name": "Adele", "restricted": 0, "updated_time": "2024-03-27T16:18:02Z" } }, { "album": { "album_id": 23619452, "album_name": "Send My Love (To Your New Lover)", "album_release_date": "2016-05-16", "artist_id": 346898, "artist_name": "Adele", "restricted": 0, "updated_time": "2024-06-11T12:58:35Z" } } ] }, "header": { "available": 32, "execute_time": 0.015814065933228, "status_code": 200 } } }

Authorizations

apikey
string
query
required

Query Parameters

artist_id
string
required

Musixmatch artist ID.

Example:

"346898"

g_album_name
string

Group by album name.

Example:

""

s_release_date
string

Sort by release date (asc|desc).

Example:

"desc"

page
string

Define the page number for paginated results.

Example:

"1"

page_size
string

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

Example:

"5"

Response

200 - application/json

200 OK / 401 Unauthorized / 404 Not Found

message
object