Skip to content

geo.getTopArtists

Returns the most popular artists by country.

Usage

client.geo.getTopArtists({ country, limit?, page? })

Parameters

ParamTypeRequiredDescription
countrycountry The name of the country.
limitnumber The number of results to fetch per page. Defaults to 50.
pagenumber The page number to fetch. Defaults to the first page.