curl --request GET \
--url https://api.rewind.rest/v1/collecting/stats \
--header 'Authorization: Bearer <token>'{
"total_items": 284,
"by_format": {
"vinyl": 253,
"cd": 29,
"cassette": 0,
"other": 2
},
"wantlist_count": 1,
"unique_artists": 107,
"estimated_value": 7394.51,
"top_genre": "Rock",
"oldest_release_year": 1957,
"newest_release_year": 2025,
"most_collected_artist": {
"name": "Taylor Swift",
"count": 24
},
"added_this_year": 139
}Aggregate statistics for the vinyl collection. Supports optional date filtering to scope stats to items added within a time period.
curl --request GET \
--url https://api.rewind.rest/v1/collecting/stats \
--header 'Authorization: Bearer <token>'{
"total_items": 284,
"by_format": {
"vinyl": 253,
"cd": 29,
"cassette": 0,
"other": 2
},
"wantlist_count": 1,
"unique_artists": 107,
"estimated_value": 7394.51,
"top_genre": "Rock",
"oldest_release_year": 1957,
"newest_release_year": 2025,
"most_collected_artist": {
"name": "Taylor Swift",
"count": 24
},
"added_this_year": 139
}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"
Collection statistics