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
}
}Returns aggregate lifetime running statistics.
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.