This query will search for your most-watched movies.
Developer info
- API endpoint slug
- trakt.most_watched_movies
- Runtime method
- performQuery("trakt.most_watched_movies"}
Query fields
No fields for this query
Ingredients
Movie The Trakt movie ID.
- Slug
- movie_id
- Filter code
- Trakt.mostWatchedMovies.MovieId
- Type
- String
- Example
- 123
Movie title The title of the movie.
- Slug
- movie_title
- Filter code
- Trakt.mostWatchedMovies.MovieTitle
- Type
- String
- Example
- Those Who Wish Me Dead
Movie year Release year of the movie
- Slug
- movie_year
- Filter code
- Trakt.mostWatchedMovies.MovieYear
- Type
- String
- Example
- 2021
Movie plays How many times you've watched this movie
- Slug
- movie_plays
- Filter code
- Trakt.mostWatchedMovies.MoviePlays
- Type
- String
- Example
- 42
Last watched at Last time you watched the movie
- Slug
- last_watched_at
- Filter code
- Trakt.mostWatchedMovies.LastWatchedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00