-
-
Notifications
You must be signed in to change notification settings - Fork 7
page home
Hugo Melder edited this page Nov 7, 2020
·
2 revisions
GET
https://api.tidal.com/v1/pages/home?countryCode={country}&deviceType={enums}
PHONE
BROWSER
DESKTOP
TV
limit=100
(Item Limit)
offset=10
(Item Offset)
authorization: Bearer {access_token}
or
x-tidal-token: {client_id}
(No Authentication Needed)
{
"selfLink": null,
"id": "xxxxxxxxxxxx",
"title": "Home",
"rows": [
{
"modules": [
{
"id": "xxxxxxxxxxxx",
"type": "MULTIPLE_TOP_PROMOTIONS",
"width": 100,
"title": "",
"description": "",
"preTitle": null,
"items": [
{
}
],
"dataApiPath": "pages/data/xxxxxxxxxxxx"
},
"showTableHeaders": true
}
]
},
{
"modules": [
{
"id": "xxxxxxxxxxxx",
"type": "ALBUM_LIST",
"width": 100,
"title": "Suggested New Albums",
"description": "",
"preTitle": null,
"showMore": {
"title": "View all",
"apiPath": "pages/single-module-page/xxxxxxxxxxxx/3/xxxxxxxxxxxx/1"
},
"supportsPaging": true,
"quickPlay": false,
"scroll": "HORIZONTAL",
"listFormat": null,
"pagedList": {
"limit": 20,
"offset": 0,
"totalNumberOfItems": 74,
"items": [
{
}
}
}
]
},
{
"modules": [
{
"id": "xxxxxxxxxxxx",
"type": "PLAYLIST_LIST",
"width": 100,
"title": "The Charts",
"description": "",
"preTitle": null,
"showMore": {
"title": "View all",
"apiPath": "pages/single-module-page/xxxxxxxxxxxx/3/xxxxxxxxxxxx/1"
},
"supportsPaging": false,
"quickPlay": false,
"scroll": "HORIZONTAL",
"pagedList": {
"limit": 20,
"offset": 0,
"totalNumberOfItems": 23,
"items": [
{
}
],
"dataApiPath": "pages/data/xxxxxxxxxxxx"
},
"layout": null,
"playlistStyle": null
}
]
},
{
"modules": [
{
"id": "xxxxxxxxxxxx",
"type": "ALBUM_LIST",
"width": 100,
"title": "Popular Albums",
"description": "",
"preTitle": null,
"showMore": {
"title": "View all",
"apiPath": "pages/single-module-page/xxxxxxxxxxxx/3/xxxxxxxxxxxx/4"
},
"supportsPaging": true,
"quickPlay": false,
"scroll": "HORIZONTAL",
"listFormat": null,
"pagedList": {
"limit": 20,
"offset": 0,
"totalNumberOfItems": 20,
"items": [
{
}
],
"dataApiPath": "pages/data/xxxxxxxxxxxx"
},
"header": null,
"layout": null
}
]
},
{
"modules": [
{
"id": "xxxxxxxxxxxx",
"type": "PLAYLIST_LIST",
"width": 100,
"title": "Party",
"description": "",
"preTitle": null,
"showMore": {
"title": "View all",
"apiPath": "pages/single-module-page/xxxxxxxxxxxx/3/xxxxxxxxxxxx/1"
},
"supportsPaging": false,
"quickPlay": false,
"scroll": "HORIZONTAL",
"pagedList": {
"limit": 15,
"offset": 0,
"totalNumberOfItems": 16,
"items": [
{
}
],
"dataApiPath": "pages/data/xxxxxxxxxxxx"
},
"showTableHeaders": false
}
]
},
{
"modules": [
{
"id": "xxxxxxxxxxxx",
"type": "ALBUM_LIST",
"width": 100,
"title": "Staff Picks: Albums",
"description": "",
"preTitle": null,
"showMore": {
"title": "View all",
"apiPath": "pages/single-module-page/xxxxxxxxxxxx/3/xxxxxxxxxxxx/1"
},
"supportsPaging": false,
"quickPlay": false,
"scroll": "HORIZONTAL",
"listFormat": null,
"pagedList": {
"limit": 15,
"offset": 0,
"totalNumberOfItems": 344,
"items": [
{
}
],
"dataApiPath": "pages/data/xxxxxxxxxxxx"
},
"header": null,
"layout": null
}
]
},
{
"modules": [
{
"id": "xxxxxxxxxxxxxxxxxxxxxxxxx",
"type": "PLAYLIST_LIST",
"width": 100,
"title": "Podcasts",
"description": "",
"preTitle": null,
"showMore": {
"title": "View all",
"apiPath": "pages/single-module-page/xxxxxxxxxxxx/3/xxx/1"
},
"supportsPaging": true,
"quickPlay": false,
"scroll": "HORIZONTAL",
"pagedList": {
"limit": 20,
"offset": 0,
"totalNumberOfItems": 23,
"items": [
{
}
],
"dataApiPath": "pages/data/xxxxxxxxxxxx"
},
"layout": null,
"playlistStyle": null
}
]
}
]
}
- Get Artist
- Get Artist Bio
- Get Artist Links
- Get Artist Mix
- Get Artist TopTracks
- Get Artist Videos
- Get Artist Albums
- Get Playlist
- Get Playlist Items
- Get Playlist Recommendations Items
- Add Playlist Item
- Move Playlist Item
- Replace Playlist Item
- Rename Playlist
- Delete Playlist
- Delete Playlist Item
- Get Track
- Get Track Contributors
- Get Track Mix
- Get Track StreamUrl (not recommended)
- Get Track PlaybackInfoPostPaywall
- Get Track PlaybackInfoPrePaywall
- Get Video
- Get Video Contributors
- Get Video StreamUrl (not recommended)
- Get Video PlaybackInfoPostPaywall
- Get Video PlaybackInfoPrePaywall
- Get User Favorite Ids
- Get User Favorite Albums
- Get User Favorite Artists
- Get User Playlists & Favorite Playlists
- Get User Favorite Tracks
- Get User Favorite Videos
- Get User Favorite Playlists
- Get User Favorite Mixes
- Get User Offline Albums
- Get User Offline Playlists
- Delete User Offline All
- Delete User Offline Album
- Delete User Offline Playlist
- Delete User Favorite Album
- Delete User Favorite Artists
- Delete User Favorite Playlists
- Delete User Favorite Tracks
- Delete User Favorite Videos
- Delete User Favorite Mixes
- Add User Favorite Album
- Add User Favorite Artists
- Add User Favorite Playlists
- Add User Favorite Tracks
- Add User Favorite Videos
- Add User Favorite Mixes
- Add User Offline Album
- Add User Offline Playlist
- Update User Image
- Post oAuth Token
- Post oAuth Device Authorization
- Login Username & Password (Deprecated)
- Get User Auth Token (SessionId Migration)
- Log Out