Genre breakdown by month
GET https://api.rewind.rest/v1/watching/genres
Per-month movie-genre buckets for the stacked monthly chart. Each watch is assigned its film’s primary genre (lowest genre id), so counts sum to watch counts. Returns { period (YYYY-MM), genres: {name: count} with the top limit kept and the rest folded into "Other", total }. Supports date filtering.
Authorization
AuthorizationrequiredAPI key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.
Query Parameters
limitdateSingle day (YYYY-MM-DD). Overrides from/to.
fromRange start, inclusive (ISO 8601)
toRange end, inclusive (ISO 8601)
Response
application/json
Genre buckets by month
datarequired