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 IDThe Trakt movie ID.
- Slug
- movie_id
- Filter code
- Trakt.mostWatchedMovies.MovieId
- Type
- String
- Example
- 123
Movie titleThe title of the movie.
- Slug
- movie_title
- Filter code
- Trakt.mostWatchedMovies.MovieTitle
- Type
- String
- Example
- Those Who Wish Me Dead
Movie yearRelease year of the movie
- Slug
- movie_year
- Filter code
- Trakt.mostWatchedMovies.MovieYear
- Type
- String
- Example
- 2021
Movie playsHow many times you've watched this movie
- Slug
- movie_plays
- Filter code
- Trakt.mostWatchedMovies.MoviePlays
- Type
- String
- Example
- 42
Last watched atLast 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.000+05:00