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 run frequency by hour of day.
cURL
curl --request GET \ --url https://api.rewind.rest/v1/running/charts/time-of-day \ --header 'Authorization: Bearer <token>'
{ "data": [ { "hour": 6, "count": 45 }, { "hour": 7, "count": 82 }, { "hour": 17, "count": 120 }, { "hour": 18, "count": 95 } ] }
API key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.
Time of day distribution
Show child attributes