curl --request GET \
--url https://api.rewind.rest/v1/listening/trends \
--header 'Authorization: Bearer <token>'{
"metric": "scrobbles",
"data": [
{
"period": "2026-01",
"value": 552
},
{
"period": "2026-02",
"value": 501
},
{
"period": "2026-03",
"value": 387
}
]
}Returns monthly trend data for a given metric.
curl --request GET \
--url https://api.rewind.rest/v1/listening/trends \
--header 'Authorization: Bearer <token>'{
"metric": "scrobbles",
"data": [
{
"period": "2026-01",
"value": 552
},
{
"period": "2026-02",
"value": 501
},
{
"period": "2026-03",
"value": 387
}
]
}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.
scrobbles, artists, albums, tracks "scrobbles"
"2024-01-01T00:00:00.000Z"
"2024-12-31T23:59:59.999Z"