curl --request GET \
--url https://api.rewind.rest/v1/running/activities \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 17748681520,
"strava_id": 17748681520,
"name": "Monday Evening Run",
"date": "2026-03-16T17:00:05Z",
"distance_mi": 4.49,
"duration": "36:02",
"duration_s": 2162,
"pace": "8:02/mi",
"elevation_ft": 370.73,
"heartrate_avg": null,
"heartrate_max": null,
"cadence": 75.2,
"calories": 525,
"suffer_score": null,
"city": null,
"state": null,
"polyline": "_wfbHb|niVD_@TEd@...",
"is_race": false,
"workout_type": "default",
"strava_url": "https://www.strava.com/activities/17748681520"
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 1350,
"total_pages": 68
}
}Returns a paginated, filterable list of running activities.
curl --request GET \
--url https://api.rewind.rest/v1/running/activities \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 17748681520,
"strava_id": 17748681520,
"name": "Monday Evening Run",
"date": "2026-03-16T17:00:05Z",
"distance_mi": 4.49,
"duration": "36:02",
"duration_s": 2162,
"pace": "8:02/mi",
"elevation_ft": 370.73,
"heartrate_avg": null,
"heartrate_max": null,
"cadence": 75.2,
"calories": 525,
"suffer_score": null,
"city": null,
"state": null,
"polyline": "_wfbHb|niVD_@TEd@...",
"is_race": false,
"workout_type": "default",
"strava_url": "https://www.strava.com/activities/17748681520"
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 1350,
"total_pages": 68
}
}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.
API key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.
x >= 11 <= x <= 100Single day (YYYY-MM-DD). Overrides from/to.
^\d{4}-\d{2}-\d{2}$"2025-02-17"
Range start, inclusive (ISO 8601)
"2025-02-01T00:00:00Z"
Range end, inclusive (ISO 8601)
"2025-02-28T23:59:59Z"