Returns similar tracks for this track.
Usage
client.track.getSimilar({ artist, track, limit? })
Parameters
| Param | Type | Required | Description |
|---|
| artist | string | | The name of the artist. |
| track | string | | The name of the track. |
| limit | number | | The number of results to fetch per page. Defaults to 30. |