Skip to main content
GET
chart.tracks.get

Authorizations

apikey
string
query
required

Query Parameters

country
string

A valid two-letter country code. Use 'XW' for worldwide with all the supported chart names, except 'top'. The default value is US.

Example:

"it"

chart_name
string

Select from the available charts:

  • top: editorial chart;
  • hot: most viewed lyrics in the last 2 hours;
  • mxmweekly: most viewed lyrics in the last 7 days;
  • mxmweekly_new: most viewed lyrics in the last 7 days, limited to new releases only.
Example:

"top"

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

message
object