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
}
]
}Returns top directors by movie count.
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.