Skip to main content
GET
/
v1
/
running
/
charts
/
time-of-day
Time of day chart
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
    }
  ]
}

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

year
string

Response

Time of day distribution

data
object[]
required