Skip to main content
GET
/
v1
/
running
/
charts
/
elevation
Elevation chart
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
    }
  ]
}

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

Elevation data

data
object[]
required