Skip to main content
GET
/
v1
/
running
/
stats
Running stats
curl --request GET \
  --url https://api.rewind.rest/v1/running/stats \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "total_runs": 1350,
    "total_distance_mi": 6069.88,
    "total_elevation_ft": 238690.03,
    "total_duration": "828:56:08",
    "avg_pace": "8:12/mi",
    "years_active": 17,
    "first_run": "2010-09-10T17:24:19.000Z",
    "eddington_number": 11
  }
}

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.

Response

Lifetime stats

data
object
required