curl --request GET \
--url https://api.rewind.rest/v1/listening/albums \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 300,
"name": "Nevermind",
"artist": {
"id": 189,
"name": "Nirvana"
},
"playcount": 333,
"url": "https://www.last.fm/music/Nirvana/Nevermind",
"apple_music_url": null,
"image": null
},
{
"id": 20,
"name": "GUTS",
"artist": {
"id": 37,
"name": "Olivia Rodrigo"
},
"playcount": 32,
"url": "https://www.last.fm/music/Olivia+Rodrigo/GUTS",
"apple_music_url": null,
"image": null
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 11168,
"total_pages": 559
}
}Returns paginated list of all albums.
curl --request GET \
--url https://api.rewind.rest/v1/listening/albums \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 300,
"name": "Nevermind",
"artist": {
"id": 189,
"name": "Nirvana"
},
"playcount": 333,
"url": "https://www.last.fm/music/Nirvana/Nevermind",
"apple_music_url": null,
"image": null
},
{
"id": 20,
"name": "GUTS",
"artist": {
"id": 37,
"name": "Olivia Rodrigo"
},
"playcount": 32,
"url": "https://www.last.fm/music/Olivia+Rodrigo/GUTS",
"apple_music_url": null,
"image": null
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 11168,
"total_pages": 559
}
}Documentation Index
Fetch the complete documentation index at: https://docs.rewind.rest/llms.txt
Use this file to discover all available pages before exploring further.
API key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.
x >= 11
1 <= x <= 10020
playcount, name, recent "playcount"
asc, desc "desc"
"Radiohead"
"OK Computer"