- Overview
- Authentication
- Errors
- Images
- Advanced Ratings
- Scrobbling vs. Checkins
- Syncing with trakt
-
Account
-
Activity
-
Calendar
-
Comment
-
Genres
-
Lists
-
Movie
-
Movies
-
Network
-
Rate
-
Recommendations
-
Search
-
Server
-
Show
- show/cancelcheckin
- show/cancelwatching
- show/checkin
- show/comments
- show/episode/comments
- show/episode/library
- show/episode/seen
- show/episode/summary
- show/episode/unlibrary
- show/episode/unseen
- show/episode/unwatchlist
- show/episode/watchingnow
- show/episode/watchlist
- show/library
- show/related
- show/scrobble
- show/season
- show/season/library
- show/season/seen
- show/seasons
- show/seen
- show/summary
- show/unlibrary
- show/unwatchlist
- show/watching
- show/watchingnow
- show/watchlist
-
Shows
-
User
- user/calendar/shows
- user/lastactivity
- user/library/movies/all
- user/library/movies/collection
- user/library/movies/watched
- user/library/shows/all
- user/library/shows/collection
- user/library/shows/watched
- user/list
- user/lists
- user/network/followers
- user/network/following
- user/network/friends
- user/profile
- user/progress/collected
- user/progress/watched
- user/ratings/episodes
- user/ratings/movies
- user/ratings/shows
- user/watching
- user/watchlist/episodes
- user/watchlist/movies
- user/watchlist/shows
-
Deprecated
- friends/add
- friends/all
- friends/approve
- friends/delete
- friends/deny
- friends/requests
- movie/shouts
- shout/episode
- shout/movie
- shout/show
- show/episode/shouts
- show/shouts
- user/friends
- user/library/movies/hated
- user/library/movies/loved
- user/library/shows/hated
- user/library/shows/loved
- user/watched
- user/watched/episodes
- user/watched/movies
Summary
Returns all movies being watched right now.
URL
http://api.trakt.tv/movies/trending.format/apikey
Supported formats
json
Supported request methods
GET
Requires authentication
optional (details)
If you send valid auth, each movie will contain watched (boolean), plays (int), in_watchlist (boolean), in_collection (boolean), rating (love or hate, false if not rated), and rating_advanced (1-10, 0 if not rated).
Required Parameters
-
apikey
Sign in to view your API key.
Example Request
http://api.trakt.tv/movies/trending.json/apikey
[
{
"title":"The Proposal",
"year":2009,
"released":1245394800,
"url":"http://trakt.tv/movie/the-proposal-2009",
"trailer":"http://www.youtube.com/watch?v=qgSa2tghPaA",
"runtime":107,
"tagline":"Here comes the bribe...",
"overview":"When she learns she's in danger of losing her visa status and being deported, overbearing book editor Margaret Tate forces her put-upon assistant, Andrew Paxton, to marry her.",
"certification":"PG-13",
"imdb_id":"tt1041829",
"tmdb_id":"18240",
"images":{
"poster":"http://trakt.us/images/posters_movies/1193.jpg",
"fanart":"http://trakt.us/images/fanart-dark.jpg"
},
"watchers":1,
"ratings":{
"percentage":91,
"votes":32,
"loved":29,
"hated":3
},
"genres":["Action","Comedy"]
},
{
"title":"Blood Simple",
"year":1984,
"released":463388400,
"url":"http://trakt.tv/movie/blood-simple-1984",
"trailer":"http://www.youtube.com/watch?v=qgSa2tghPaA",
"runtime":99,
"tagline":"",
"overview":"A rich but jealous man hires a private investigator to kill his cheating wife and her new man. But, when blood is involved, nothing is simple.",
"certification":"R",
"imdb_id":"tt0086979",
"tmdb_id":"11368",
"images":{
"poster":"http://trakt.us/images/posters_movies/232.jpg",
"fanart":"http://trakt.us/images/fanart-dark.jpg"
},
"watchers":1,
"ratings":{
"percentage":91,
"votes":32,
"loved":29,
"hated":3
},
"genres":["Action","Comedy"]
}
]



