curl --request GET \
--url https://api.rewind.rest/v1/listening/stats \
--header 'Authorization: Bearer <token>'{
"total_scrobbles": 123867,
"unique_artists": 5278,
"unique_albums": 11168,
"unique_tracks": 28405,
"registered_date": "2012-02-09T16:01:17.000Z",
"years_tracking": 14,
"scrobbles_per_day": 24
}Returns listening statistics. Supports optional date filtering to scope stats to a time period.
curl --request GET \
--url https://api.rewind.rest/v1/listening/stats \
--header 'Authorization: Bearer <token>'{
"total_scrobbles": 123867,
"unique_artists": 5278,
"unique_albums": 11168,
"unique_tracks": 28405,
"registered_date": "2012-02-09T16:01:17.000Z",
"years_tracking": 14,
"scrobbles_per_day": 24
}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.
Single day (YYYY-MM-DD). Overrides from/to.
^\d{4}-\d{2}-\d{2}$"2025-02-17"
Range start, inclusive (ISO 8601)
"2025-02-01T00:00:00Z"
Range end, inclusive (ISO 8601)
"2025-02-28T23:59:59Z"