Skip to content

album credits

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

Example Request

Method

GET

Url

https://api.tidal.com/v1/albums/{id}/credits?countryCode={country}

Header

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

Example Response

[
  {
    "type": "Design",
    "contributors": [
      {
        "name": "David Madson"
      }
    ]
  },
  {
    "type": "Primary Artist",
    "contributors": [
      {
        "name": "The Notwist",
        "id": 3529689
      }
    ]
  },
  {
    "type": "Record Label",
    "contributors": [
      {
        "name": "Alien Transistor"
      }
    ]
  }
]

TIDALAPI REST Documentation

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