Skip to content

track.getInfo

Returns metadata information for a track.

Usage

client.track.getInfo({ artist, track, username? })

Parameters

ParamTypeRequiredDescription
artiststring The name of the artist.
trackstring The name of the track.
usernamestring The username for the context of the request. If supplied, the user’s playcount for this track and whether they have loved the track is included in the response.