Skip to main content
GET
/
v1
/
watching
/
stats
/
directors
Director stats
curl --request GET \
  --url https://api.rewind.rest/v1/watching/stats/directors \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "name": "Martin Scorsese",
      "count": 18
    },
    {
      "name": "Steven Spielberg",
      "count": 14
    },
    {
      "name": "Christopher Nolan",
      "count": 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.

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100

Response

Director stats

data
object[]
required