Skip to main content
GET
/
v1
/
collecting
/
media
/
stats
Physical media stats
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.

Authorizations

Authorization
string
header
required

API key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.

Response

Media collection statistics

total_items
number
required
added_this_year
number | null
required
by_format
any
by_resolution
any
by_hdr
any
by_genre
any
by_decade
any