- 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
Search for tv show episodes.
URL
http://api.trakt.tv/search/episodes.format/apikey/query
Supported formats
json
Supported request methods
GET
Requires authentication
false
Required Parameters
-
apikey
Sign in to view your API key.
-
query
The search query that should be used. This should be url encoded.
Example Request
http://api.trakt.tv/search/episodes.json/apikey/warfare
[
{
"show":{
"title":"Community",
"year":2009,
"url":"http://trakt.tv/show/community",
"first_aired":1253170800,
"country":"United States",
"overview":"From Emmy Award-winning directors Joe and Anthony Russo (Arrested Development) comes Community, a smart comedy series about higher education -- and lower expectations. The student body at Greendale Community College is made up of high-school losers, newly divorced housewives, and old people who want to keep their minds active. Within these not-so-hallowed halls, Community focuses on a band of misfits, at the center of which is a fast-talkin' lawyer whose degree has been revoked (Joel McHale), who form a study group and end up learning a lot more about themselves than they do about their course work.",
"runtime":30,
"network":"NBC",
"air_day":"Thursday",
"air_time":"8:00pm",
"certification":"TV-PG",
"imdb_id":"tt1439629",
"tvdb_id":"94571",
"tvrage_id":"22589",
"images":{
"poster":"http://trakt.us/images/posters/5.jpg",
"fanart":"http://trakt.us/images/fanart/5.jpg",
"banner":"http://trakt.us/images/banners/5.jpg"
},
"genres":["Action","Comedy"]
},
"episode":{
"season":1,
"episode":23,
"title":"Modern Warfare",
"overview":"The sexual tension between Jeff and Britta becomes a hot topic among the study group. Meanwhile, what starts out as a simple contest for a chance at early class registration turns the peaceful campus of Greendale Community College into an all-out war zone. Friendships are tested, as only one student can be victorious.",
"first_aired":1273129200,
"url":"http://trakt.tv/show/community/season/1/episode/23",
"images":{
"screen":"http://trakt.us/images/episodes/5-1-23.jpg"
}
}
}
]



