Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

album credits

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

Example Request

Method

GET

Url

https://api.tidal.com/v1/albums/38519994/credits?countryCode=DE

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

Endpoints

Clone this wiki locally