geo.getTopArtists
Returns the most popular artists by country.
Usage
client.geo.getTopArtists({ country, limit?, page? })
Parameters
Param | Type | Required | Description |
---|---|---|---|
country | country | The name of the country. | |
limit | number | The number of results to fetch per page. Defaults to 50. | |
page | number | The page number to fetch. Defaults to the first page. |