> ## 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.

# Running

> Track running activities synced from Strava, including distance, pace, elevation, splits, gear, and personal records.

## Overview

The Running domain tracks running activities from Strava, including distance, pace, elevation, splits, gear, and personal records.

Activities sync daily, with new runs arriving in real time via Strava webhooks. Browse every endpoint in the [API reference](/api-reference/running/lifetime-running-statistics).

## Charts

Several endpoints return chart-ready series for plotting: cumulative distance, pace trend, time-of-day distribution, and elevation gain over time.

## Filtering

The activities endpoint supports filtering by:

* `year`: filter to a specific year.
* `type`: workout type (default, race, long\_run, etc.).
* `city`: filter by city name.
* `min_distance` / `max_distance`: distance range in miles.
* `sort`: sort field (date, distance, pace, elevation).
* `order`: asc or desc.
* Standard date filters (`date`, `from`, `to`).

## Year in review

For a per-year breakdown, use [GET /running/stats/years/:year](/api-reference/running/single-year-summary). It returns year-specific stats such as total runs, distance, elevation, and pace for the requested year.

## Images

Running activities carry map artwork generated from Strava map tiles. See [Images](/domains/images) for the source and fallback details.

## From Claude

You can also explore your running history from Claude. Set up the [MCP server](/mcp/overview), then the [running tools](/reference/mcp-tools/running) are yours. Ask how far you ran last month, or for a year-over-year pace trend.
