Skip to main content
GET
album.tracks.get

Authorizations

apikey
string
query
required

Query Parameters

album_id
string
required

The Musixmatch album ID.

Example:

"32540723"

f_has_lyrics
string

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.

Example:

"1"

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