Skip to contents

This is a reference list of API methods available, their endpoint URLs (with user-specified parameters indiciated by a : prefix) and a link to their respective implementation in this package, if applicable.
Authenticated methods (there’s only a few) are indicated as such.

Note that not all available methods are listed here, especially those geared towards interactive apps – I highly doubt that people will want to post (or update) comments through this package.

Method Endpoint Implementation Auth
Text Query <a href=“https://trakt.docs.apiary.io/#reference/search/text-query/get-text-query-results” style=” ” >search/:type?query=</a> <code>search_query()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
ID Lookup <a href=“https://trakt.docs.apiary.io/#reference/search/id-lookup/get-text-query-results” style=” ” >search/:id_type/:id?type=</a> <code>search_id()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>

Movies

Method Endpoint Implementation Auth
Trending <a href=“https://trakt.docs.apiary.io/#reference/movies/trending/get-trending-movies” style=” ” >movies/trending</a> <code>movies_trending()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Popular <a href=“https://trakt.docs.apiary.io/#reference/movies/popular/get-popular-movies” style=” ” >movies/popular</a> <code>movies_popular()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Played <a href=“https://trakt.docs.apiary.io/#reference/movies/played/get-the-most-played-movies” style=” ” >movies/played/:period</a> <code>movies_played()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Watched <a href=“https://trakt.docs.apiary.io/#reference/movies/watched/get-the-most-watched-movies” style=” ” >movies/watched/:period</a> <code>movies_watched()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Collected <a href=“https://trakt.docs.apiary.io/#reference/movies/collected/get-the-most-collected-movies” style=” ” >movies/collected/:period</a> <code>movies_collected()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Anticipated <a href=“https://trakt.docs.apiary.io/#reference/movies/anticipated/get-the-most-anticipated-movies” style=” ” >movies/anticipated</a> <code>movies_anticipated()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Box Office <a href=“https://trakt.docs.apiary.io/#reference/movies/box-office/get-the-weekend-box-office” style=” ” >movies/boxoffice</a> <code>movies_boxoffice()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Updates <a href=“https://trakt.docs.apiary.io/#reference/movies/updates/get-recently-updated-movies” style=” ” >movies/updates/:start_date</a> <code>movies_updates()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Summary <a href=“https://trakt.docs.apiary.io/#reference/movies/summary/get-a-movie” style=” ” >movies/:id</a> <code>movies_summary()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Aliases <a href=“https://trakt.docs.apiary.io/#reference/movies/aliases/get-all-movie-aliases” style=” ” >movies/:id/aliases</a> <code>movies_aliases()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Releases <a href=“https://trakt.docs.apiary.io/#reference/movies/releases/get-all-movie-releases” style=” ” >movies/:id/releases/:country</a> <code>movies_releases()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Translations <a href=“https://trakt.docs.apiary.io/#reference/movies/translations/get-all-movie-translations” style=” ” >movies/:id/translations/:language</a> <code>movies_translations()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Comments <a href=“https://trakt.docs.apiary.io/#reference/movies/comments/get-all-movie-comments” style=” ” >movies/:id/comments/:sort</a> <code>movies_comments()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Lists <a href=“https://trakt.docs.apiary.io/#reference/movies/lists/get-lists-containing-this-movie” style=” ” >movies/:id/lists/:type/:sort</a> <code>movies_lists()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
People <a href=“https://trakt.docs.apiary.io/#reference/movies/people/get-all-people-for-a-movie” style=” ” >movies/:id/people</a> <code>movies_people()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Ratings <a href=“https://trakt.docs.apiary.io/#reference/movies/ratings/get-movie-ratings” style=” ” >movies/:id/ratings</a> <code>movies_ratings()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Related <a href=“https://trakt.docs.apiary.io/#reference/movies/related/get-related-movies” style=” ” >movies/:id/related</a> <code>movies_related()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Stats <a href=“https://trakt.docs.apiary.io/#reference/movies/stats/get-movie-stats” style=” ” >movies/:id/stats</a> <code>movies_stats()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Watching <a href=“https://trakt.docs.apiary.io/#reference/movies/watching/get-users-watching-right-now” style=” ” >movies/:id/watching</a> <code>movies_watching()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>

Shows

Method Endpoint Implementation Auth
Trending <a href=“https://trakt.docs.apiary.io/#reference/shows/trending/get-trending-shows” style=” ” >shows/trending</a> <code>shows_trending()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Popular <a href=“https://trakt.docs.apiary.io/#reference/shows/popular/get-popular-shows” style=” ” >shows/popular</a> <code>shows_popular()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Played <a href=“https://trakt.docs.apiary.io/#reference/shows/played/get-the-most-played-shows” style=” ” >shows/played/:period</a> <code>shows_played()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Watched <a href=“https://trakt.docs.apiary.io/#reference/shows/watched/get-the-most-watched-shows” style=” ” >shows/watched/:period</a> <code>shows_watched()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Collected <a href=“https://trakt.docs.apiary.io/#reference/shows/collected/get-the-most-collected-shows” style=” ” >shows/collected/:period</a> <code>shows_collected()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Anticipated <a href=“https://trakt.docs.apiary.io/#reference/shows/anticipated/get-the-most-anticipated-shows” style=” ” >shows/anticipated</a> <code>shows_anticipated()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Updates <a href=“https://trakt.docs.apiary.io/#reference/shows/updates/get-recently-updated-shows” style=” ” >shows/updates/:start_date</a> <code>shows_updates()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Summary <a href=“https://trakt.docs.apiary.io/#reference/shows/summary/get-a-single-show” style=” ” >shows/:id</a> <code>shows_summary()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Aliases <a href=“https://trakt.docs.apiary.io/#reference/shows/summary/get-all-show-aliases” style=” ” >shows/:id/aliases</a> <code>shows_aliases()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Translations <a href=“https://trakt.docs.apiary.io/#reference/shows/translations/get-all-show-translations” style=” ” >shows/:id/translations/:language</a> <code>shows_translations()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Comments <a href=“https://trakt.docs.apiary.io/#reference/shows/comments/get-all-show-comments” style=” ” >shows/:id/comments/:sort</a> <code>shows_comments()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Lists <a href=“https://trakt.docs.apiary.io/#reference/shows/lists/get-lists-containing-this-show” style=” ” >shows/:id/lists/:type/:sort</a> <code>shows_lists()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Collection Progress <a href=“https://trakt.docs.apiary.io/#reference/shows/collection-progress/get-show-collection-progress” style=” ” >shows/:id/progress/collection</a> <span style=” font-weight: bold; color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: red !important;” >Required</span>
Watched Progress <a href=“https://trakt.docs.apiary.io/#reference/shows/watched-progress/get-show-watched-progress” style=” ” >shows/:id/progress/watched</a> <span style=” font-weight: bold; color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: red !important;” >Required</span>
People <a href=“https://trakt.docs.apiary.io/#reference/shows/people/get-all-people-for-a-show” style=” ” >shows/:id/people</a> <code>shows_people()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Ratings <a href=“https://trakt.docs.apiary.io/#reference/shows/ratings/get-show-ratings” style=” ” >shows/:ids/ratings</a> <code>shows_ratings()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Related <a href=“https://trakt.docs.apiary.io/#reference/shows/related/get-related-shows” style=” ” >shows/:id/related</a> <code>shows_related()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Stats <a href=“https://trakt.docs.apiary.io/#reference/shows/stats/get-show-stats” style=” ” >shows/:id/stats</a> <code>shows_stats()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Watching <a href=“https://trakt.docs.apiary.io/#reference/shows/watching/get-users-watching-right-now” style=” ” >shows/:id/watching</a> <code>shows_watching()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Next Episode <a href=“https://trakt.docs.apiary.io/#reference/shows/next-episode/get-next-episode” style=” ” >shows/:id/next_episode</a> <code>shows_next_episode()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Last Episode <a href=“https://trakt.docs.apiary.io/#reference/shows/last-episode/get-last-episode” style=” ” >shows/:id/last_episode</a> <code>shows_last_episode()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>

Seasons

Method Endpoint Implementation Auth
Summary <a href=“https://trakt.docs.apiary.io/#reference/seasons/summary/get-all-seasons-for-a-show” style=” ” >shows/:id/seasons</a> <code>seasons_summary()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Season <a href=“https://trakt.docs.apiary.io/#reference/seasons/season/get-single-season-for-a-show” style=” ” >shows/id/seasons/season</a> <code>seasons_season()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Comments <a href=“https://trakt.docs.apiary.io/#reference/seasons/comments/get-all-season-comments” style=” ” >shows/:id/seasons/:season/comments/:sort</a> <code>seasons_comments()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Lists <a href=“https://trakt.docs.apiary.io/#reference/seasons/lists/get-lists-containing-this-season” style=” ” >shows/:id/seasons/:season/lists/:type/:sort</a> <code>seasons_lists()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
People <a href=“https://trakt.docs.apiary.io/#reference/seasons/people/get-all-people-for-a-season” style=” ” >shows/:id/seasons/:season/people</a> <code>seasons_people()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Ratings <a href=“https://trakt.docs.apiary.io/#reference/seasons/ratings/get-season-ratings” style=” ” >shows/:id/seasons/:season/ratings</a> <code>seasons_ratings()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Stats <a href=“https://trakt.docs.apiary.io/#reference/seasons/stats/get-season-stats” style=” ” >shows/:id/seasons/:season/stats</a> <code>seasons_stats()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Watching <a href=“https://trakt.docs.apiary.io/#reference/seasons/watching/get-users-watching-right-now” style=” ” >shows/:id/seasons/:season/watching</a> <code>seasons_watching()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>

Episodes

Method Endpoint Implementation Auth
Summary <a href=“https://trakt.docs.apiary.io/#reference/episodes/summary/get-a-single-episode-for-a-show” style=” ” >shows/:id/seasons/:season/episodes/:episode</a> <code>episodes_summary()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Translations <a href=“https://trakt.docs.apiary.io/#reference/episodes/translations/get-all-episode-translations” style=” ” >shows/:id/seasons/:season/episodes/:episode/translations/:language</a> <code>episodes_translations()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Comments <a href=“https://trakt.docs.apiary.io/#reference/episodes/comments/get-all-episode-comments” style=” ” >shows/:id/seasons/:season/episodes/:episode/comments/:sort</a> <code>episodes_comments()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Lists <a href=“https://trakt.docs.apiary.io/#reference/episodes/lists/get-lists-containing-this-episode” style=” ” >shows/:id/seasons/:season/episodes/:episode/lists/:type/:sort</a> <code>episodes_lists()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
People <a href=“https://trakt.docs.apiary.io/#reference/episodes/people/get-all-people-for-an-episode” style=” ” >shows/:id/seasons/:season/episodes/:episode/people</a> <code>episodes_people()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Ratings <a href=“https://trakt.docs.apiary.io/#reference/episodes/ratings/get-episode-ratings” style=” ” >shows/:id/seasons/:season/episodes/:episode/ratings</a> <code>episodes_ratings()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Stats <a href=“https://trakt.docs.apiary.io/#reference/episodes/stats/get-episode-stats” style=” ” >shows/:id/seasons/:season/episodes/:episode/stats</a> <code>episodes_stats()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Watching <a href=“https://trakt.docs.apiary.io/#reference/episodes/watching/get-users-watching-right-now” style=” ” >shows/:id/seasons/:season/episodes/:episode/watching</a> <code>episodes_watching()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>

People

Method Endpoint Implementation Auth
Summary <a href=“https://trakt.docs.apiary.io/#reference/people/summary/get-a-single-person” style=” ” >people/:id</a> <code>people_summary()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Movies <a href=“https://trakt.docs.apiary.io/#reference/people/movies/get-movie-credits” style=” ” >people/:id/movies</a> <code>people_movies()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Shows <a href=“https://trakt.docs.apiary.io/#reference/people/shows/get-show-credits” style=” ” >people/:id/shows</a> <code>people_shows()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Lists <a href=“https://trakt.docs.apiary.io/#reference/people/lists/get-lists-containing-this-person” style=” ” >people/:id/lists/:type/:sort</a> <code>people_lists()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>

Users

Method Endpoint Implementation Auth
Likes <a href=“https://trakt.docs.apiary.io/#reference/users/likes/get-likes” style=” ” >users/likes/:type</a> <code>user_likes()</code> <span style=” font-weight: bold; color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: red !important;” >Required</span>
Profile <a href=“https://trakt.docs.apiary.io/#reference/users/profile/get-user-profile” style=” ” >users/:id</a> <code>user_profile()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Collection <a href=“https://trakt.docs.apiary.io/#reference/users/collection/get-collection” style=” ” >users/:id/collection/:type</a> <code>user_collection()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Comments <a href=“https://trakt.docs.apiary.io/#reference/users/comments/get-comments” style=” ” >users/:id/comments/:comment_type/:type?include_replies=</a> <code>user_comments()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Lists <a href=“https://trakt.docs.apiary.io/#reference/users/lists/get-a-user's-custom-lists” style=” ” >users/:id/lists</a> <code>user_lists()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
List <a href=“https://trakt.docs.apiary.io/#reference/users/list/get-custom-list” style=” ” >users/:id/lists/:list_id</a> <code>user_list()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
List Items <a href=“https://trakt.docs.apiary.io/#reference/users/list-items/get-items-on-a-custom-list” style=” ” >users/:id/lists/:list_id/items/:type</a> <code>user_list_items()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
List Comments <a href=“https://trakt.docs.apiary.io/#reference/users/list-comments/get-all-list-comments” style=” ” >users/:id/lists/:list_id/comments/:sort</a> <code>user_list_comments()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Followers <a href=“https://trakt.docs.apiary.io/#reference/users/followers/get-followers” style=” ” >users/:id/followers</a> <code>user_followers()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Following <a href=“https://trakt.docs.apiary.io/#reference/users/following/get-following” style=” ” >users/:id/following</a> <code>user_following()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Friends <a href=“https://trakt.docs.apiary.io/#reference/users/friends/get-friends” style=” ” >users/:id/friends</a> <code>user_friends()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
History <a href=“https://trakt.docs.apiary.io/#reference/users/history/get-watched-history” style=” ” >users/:id/history/:type/:item_id?start_at=&amp;end_at=</a> <code>user_history()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Ratings <a href=“https://trakt.docs.apiary.io/#reference/users/ratings/get-ratings” style=” ” >users/:id/ratings/:type/:rating</a> <code>user_ratings()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Watchlist <a href=“https://trakt.docs.apiary.io/#reference/users/watchlist/get-watchlist” style=” ” >users/:id/watchlist/:type</a> <code>user_watchlist()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Watched <a href=“https://trakt.docs.apiary.io/#reference/users/watched/get-watched” style=” ” >users/:id/watched/:type</a> <code>user_watched()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Stats <a href=“https://trakt.docs.apiary.io/#reference/users/stats/get-stats” style=” ” >users/:id/stats</a> <code>user_stats()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>

Comments

Method Endpoint Implementation Auth
Comment <a href=“https://trakt.docs.apiary.io/#reference/comments/comment/get-a-comment-or-reply” style=” ” >comments/:id</a> <code>comments_comment()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Replies <a href=“https://trakt.docs.apiary.io/#reference/comments/replies/get-replies-for-a-comment” style=” ” >comments/:id/replies</a> <code>comments_replies()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Item <a href=“https://trakt.docs.apiary.io/#reference/comments/item/get-the-attached-media-item” style=” ” >comments/:id/item</a> <code>comments_item()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Likes <a href=“https://trakt.docs.apiary.io/#reference/comments/likes/get-all-users-who-liked-a-comment” style=” ” >comments/:id/likes</a> <code>comments_likes()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Trending <a href=“https://trakt.docs.apiary.io/#reference/comments/trending/get-trending-comments” style=” ” >comments/trending/:comment_type/:type?include_replies=</a> <code>comments_trending()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Recent <a href=“https://trakt.docs.apiary.io/#reference/comments/recent/get-recently-created-comments” style=” ” >comments/recent/:comment_type/:type?include_replies=</a> <code>comments_recent()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Updates <a href=“https://trakt.docs.apiary.io/#reference/comments/updates/get-recently-updated-comments” style=” ” >comments/updates/:comment_type/:type?include_replies=</a> <code>comments_updates()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>

Lists

Method Endpoint Implementation Auth
Popular <a href=“https://trakt.docs.apiary.io/#reference/lists/popular/get-popular-lists” style=” ” >lists/popular</a> <code>lists_popular()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>
Trending <a href=“https://trakt.docs.apiary.io/#reference/lists/trending/get-trending-lists” style=” ” >lists/trending</a> <code>lists_trending()</code> <span style=” color: white !important;border-radius: 4px; padding-right: 4px; padding-left: 4px; background-color: green !important;” >Optional</span>

Misc

These endpoints are used to check filter arguments. The output is cached in tidied up format as package datasets.

Section Method Endpoint Implementation
certifications List <a href=“https://trakt.docs.apiary.io/#reference/certifications/list/get-certifications” style=” ” >certifications/:type</a> <code>?trakt_certifications</code>
countries List <a href=“https://trakt.docs.apiary.io/#reference/countries/list/get-countries” style=” ” >countries/:type</a> <code>?trakt_countries</code>
genres List <a href=“https://trakt.docs.apiary.io/#reference/genres/list/get-genres” style=” ” >genres/:type</a> <code>?trakt_genres</code>
languages List <a href=“https://trakt.docs.apiary.io/#reference/languages/list/get-languages” style=” ” >languages/:type</a> <code>?trakt_languages</code>
networks List <a href=“https://trakt.docs.apiary.io/#reference/networks/list/get-networks” style=” ” >networks</a> <code>?trakt_networks</code>