Skip to content
Headphones with musical notes coming out of it.simple-fm
DiscordGitHubMastodonTwitter

tag.getTopTracks

Returns popular tracks that are tagged by a tag name.

Usage

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

Parameters

ParamTypeRequiredDescription
tagstringThe name of the tag.
limitnumberThe number of results to fetch per page. Defaults to 50.
pagenumberThe page number to fetch. Defaults to the first page.