Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns top directors by movie count.
cURL
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 } ] }
API key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.
1 <= x <= 100
Director stats
Show child attributes