curl --request GET \
--url https://api.rewind.rest/v1/collecting/media/stats \
--header 'Authorization: Bearer <token>'{
"total_items": 45,
"by_format": {
"Blu-ray": 25,
"4K UHD": 15,
"DVD": 5
},
"by_resolution": {
"1080p": 25,
"2160p": 15,
"480p": 5
},
"by_hdr": {
"HDR10": 10,
"Dolby Vision": 5,
"none": 30
},
"by_genre": {
"Action": 15,
"Drama": 12,
"Science Fiction": 8
},
"by_decade": {
"2020s": 10,
"2010s": 15,
"2000s": 8
},
"added_this_year": 12
}Aggregate statistics for the physical media collection by format, resolution, HDR, genre, and decade.
curl --request GET \
--url https://api.rewind.rest/v1/collecting/media/stats \
--header 'Authorization: Bearer <token>'{
"total_items": 45,
"by_format": {
"Blu-ray": 25,
"4K UHD": 15,
"DVD": 5
},
"by_resolution": {
"1080p": 25,
"2160p": 15,
"480p": 5
},
"by_hdr": {
"HDR10": 10,
"Dolby Vision": 5,
"none": 30
},
"by_genre": {
"Action": 15,
"Drama": 12,
"Science Fiction": 8
},
"by_decade": {
"2020s": 10,
"2010s": 15,
"2000s": 8
},
"added_this_year": 12
}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.