Skip to content

search albums

Hugo Melder edited this page Nov 7, 2020 · 1 revision

Example Request

Method

GET

Url

https://api.tidal.com/v1/search/albums?countryCode={country}&query={query}

Header

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

Example Response

{
  "limit": 1,
  "offset": 0,
  "totalNumberOfItems": 17,
  "items": [
    {
      "id": 82448449,
      "title": "Neon Golden",
      "duration": 4906,
      "streamReady": true,
      "streamStartDate": "2017-12-05T00:00:00.000+0000",
      "allowStreaming": true,
      "premiumStreamingOnly": false,
      "numberOfTracks": 18,
      "numberOfVideos": 0,
      "numberOfVolumes": 1,
      "releaseDate": "2002-01-14",
      "copyright": "City Slang",
      "type": "ALBUM",
      "version": null,
      "url": "http://www.tidal.com/album/82448449",
      "cover": "ad3ed5f3-37a2-4b27-9002-b83459ab5a0e",
      "videoCover": null,
      "explicit": false,
      "upc": "192231021982",
      "popularity": 16,
      "audioQuality": "LOSSLESS",
      "audioModes": [
        "STEREO"
      ],
      "artist": {
        "id": 3529689,
        "name": "The Notwist",
        "type": "MAIN"
      },
      "artists": [
        {
          "id": 3529689,
          "name": "The Notwist",
          "type": "MAIN"
        }
      ]
    }
  ]
}

TIDALAPI REST Documentation

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