- 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 shouts for an episode. Most recent shouts returned first.
URL
http://api.trakt.tv/show/episode/shouts.format/apikey/title/season/episode
Supported formats
json
Supported request methods
GET
Requires authentication
false
Required Parameters
-
apikey
Sign in to view your API key.
-
title
Either the slug (i.e. the-walking-dead) or TVDB ID. You can get a show's slug by browsing the website and looking at the URL when on a show summary page.
-
season
The season number. Use 0 if you want the specials.
-
episode
The episode number.
Example Request
http://api.trakt.tv/show/episode/shouts.json/apikey/the-walking-dead/1/1
[
{
"inserted":1304372709,
"shout":"Amazing show, First episode feels more like a movie than a series, Can't wait to watch the rest!",
"spoiler":false,
"user":{
"username":"HidYn",
"protected":false,
"full_name":"Chris Davies",
"gender":"male",
"age":27,
"location":"Wales",
"about":"",
"joined":1304275809,
"avatar":"http://trakt.us/images/avatars/45.jpg",
"url":"http://trakt.tv/user/HidYn"
}
},
{
"inserted":1287733139,
"shout":"Good show, looking forward to some more of this :D",
"user":{
"username":"fldc",
"protected":false,
"full_name":"Fredrik Karlsson",
"gender":"male",
"age":28,
"location":"Vadstena, Sweden",
"about":"",
"joined":1286721278,
"avatar":"http://trakt.us/images/avatars/44.jpg",
"url":"http://trakt.tv/user/fldc"
}
}
]



