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 elevation data with cumulative totals.
cURL
curl --request GET \ --url https://api.rewind.rest/v1/running/charts/elevation \ --header 'Authorization: Bearer <token>'
{ "data": [ { "date": "2026-03-01", "elevation_ft": 350, "distance_mi": 5.2, "cumulative_elevation_ft": 350 }, { "date": "2026-03-03", "elevation_ft": 280, "distance_mi": 4.1, "cumulative_elevation_ft": 630 } ] }
API key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.
Elevation data
Show child attributes