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 running summaries for all years.
cURL
curl --request GET \ --url https://api.rewind.rest/v1/running/stats/years \ --header 'Authorization: Bearer <token>'
{ "data": [ { "year": 2025, "total_runs": 120, "total_distance_mi": 540.2, "total_elevation_ft": 18500, "total_duration_s": 257400, "avg_pace": "7:55/mi", "longest_run_mi": 13.1, "race_count": 3 }, { "year": 2024, "total_runs": 105, "total_distance_mi": 470.8, "total_elevation_ft": 15200, "total_duration_s": 231600, "avg_pace": "8:10/mi", "longest_run_mi": 10.5, "race_count": 2 } ] }
API key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.
Year summaries
Show child attributes