Skip to content

track contributors

Hugo Melder edited this page Oct 15, 2020 · 2 revisions

Example Request

Method

GET

Url

https://api.tidal.com/v1/tracks/{id}/contributors?countryCode={country}

Optional Url Parameter

limit=100 (Item Limit)
offset=10 (Item Offset)

Header

authorization: Bearer {access_token}or
x-tidal-token: {client_id} (No Authentication Needed)

Example Response

{
  "limit": 10,
  "offset": 0,
  "totalNumberOfItems": 0,
  "items": [
    {
      "name": "Acher Markus",
      "role": "Composer"
    },
    {
      "name": "Acher Michael",
      "role": "Composer"
    },
    {
      "name": "Abzocker Musikverlag",
      "role": "Music Publisher"
    }
  ]
}

TIDALAPI REST Documentation

Artists
Albums
Playlists
Tracks
Videos
Mixes
User
Get
Delete
Add
Pages
Search
Feed
Widevine
Authentication
Clone this wiki locally