curl --request GET \
--url 'https://api.musixmatch.com/ws/1.1/chart.artists.get?apikey='Get the list of the top artists for a given country.
curl --request GET \
--url 'https://api.musixmatch.com/ws/1.1/chart.artists.get?apikey='A valid two-letter country code. The default value is US.
"US"
Define the page number for paginated results.
"1"
Define the page size for paginated results. The allowed range is 1 to 100.
"3"
Decide the output type (json or xml).
"json"
200 OK / 401 Unauthorized
Show child attributes
Was this page helpful?