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

# Welcome to Rewind

> A personal archive of everything you listen to, run, watch, read, collect, and attend, served as one API you and Claude can query.

Rewind is a personal archive of everything you listen to, run, watch, read, collect, and attend. It pulls the services that track your life into one API that you, and Claude, can query.

<img src="https://mintcdn.com/rewindrest/Sq0J4luUyFKqesfY/images/hero.jpg?fit=max&auto=format&n=Sq0J4luUyFKqesfY&q=85&s=7516acfd97bc06b005dbb89d4734e4bf" alt="Rewind answering questions about your listening and attendance history in Claude on iPhone" width="2048" height="1071" data-path="images/hero.jpg" />

## What it tracks

| Domain                                | Sources                | What it tracks                                             |
| ------------------------------------- | ---------------------- | ---------------------------------------------------------- |
| [**Listening**](/domains/listening)   | Last.fm, Apple Music   | Scrobbles, top artists/albums/tracks, streaks, stats       |
| [**Running**](/domains/running)       | Strava                 | Activities, splits, gear, personal records, year summaries |
| [**Watching**](/domains/watching)     | Plex, Letterboxd       | Movies, TV shows, watch history, ratings, reviews          |
| [**Collecting**](/domains/collecting) | Discogs, Trakt         | Vinyl/CD collection, physical media, wantlist              |
| [**Reading**](/domains/reading)       | Instapaper             | Articles, reading progress, highlights, word count         |
| [**Attending**](/domains/attending)   | Google Calendar, Gmail | Live events, tickets, sports games, concerts, venues       |

## How to use it

* **As a REST API**: every domain is served from `api.rewind.rest` with consistent pagination, date filters, and an image CDN. Start with the [quickstart](/quickstart).
* **From Claude**: connect the [MCP server](/mcp/overview) and ask in natural language, like *"what was I listening to last March,"* *"how far did I run in 2025,"* or *"find that article I saved about urban design."*

## Who it's for

Rewind is single-user by design: it serves one person's archive, read-only. Anyone, or any AI assistant, can explore that data through the API or the MCP server, but it is not multi-tenant. It exists to make one life's data queryable.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Make your first authenticated API call in a few minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    API keys, Bearer tokens, and the read-versus-admin scopes.
  </Card>

  <Card title="Use it from Claude" icon="robot" href="/mcp/overview">
    Connect the MCP server and query your data in natural language.
  </Card>

  <Card title="OpenAPI spec" icon="code" href="/openapi-spec">
    Every endpoint as a machine-readable schema for client generation.
  </Card>
</CardGroup>
