Skip to content

artist.getTopTracks

Returns popular tracks for an artist.

Usage

client.artist.getTopTracks({ artist, limit?, page? })

Parameters

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