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.
Overview
The Watching domain tracks movies and TV shows from two sources:- Plex — real-time watch events via webhooks, plus daily library scans.
- Letterboxd — RSS feed sync for ratings, reviews, and watch history.
Key endpoints
| Endpoint | Description |
|---|---|
| GET /watching/recent | Recent watch events with full movie details |
| GET /watching/movies | Browse all movies with filters |
| GET /watching/movies/:id | Movie detail with watch history |
| GET /watching/shows | TV shows with episode counts |
| GET /watching/shows/:id | Show detail with season/episode breakdown |
| GET /watching/stats | Watching statistics (total movies, shows, hours) |
| GET /watching/ratings | User ratings from Letterboxd |
| GET /watching/reviews | Reviews from Letterboxd |
Movie filters
The movies endpoint supports filtering by:genre— filter by genre name.decade— filter by decade (e.g.,2020).director— filter by director name.year— filter by release year.sort— sort field (watched_at, year, title, tmdb_rating).order— asc or desc.