- 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 shows.
URL
http://api.trakt.tv/search/shows.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/shows.json/apikey/big+bang+theory
[
{
"title":"The Big Bang Theory",
"year":2007,
"url":"http://trakt.tv/show/the-big-bang-theory",
"first_aired":1188630000,
"country":"United States",
"overview":"Leonard Hofstadter and Sheldon Cooper are brilliant physicists, the kind of \"beautiful minds\" that understand how the universe works. But none of that genius helps them interact with people, especially women. All this begins to change when a free-spirited beauty named Penny moves in next door. Sheldon, Leonard's roommate, is quite content spending his nights playing Klingon Boggle with their socially dysfunctional friends, fellow CalTech scientists Howard Wolowitz and Raj Koothrappali. However, Leonard sees in Penny a whole new universe of possibilities... including love.",
"runtime":20,
"network":"CBS",
"air_day":"Thursday",
"air_time":"8:00pm",
"certification":"TV-PG",
"imdb_id":"tt0898266",
"tvdb_id":"80379",
"tvrage_id":"8511",
"images":{
"poster":"http://trakt.us/images/posters/34.jpg",
"fanart":"http://trakt.us/images/fanart/34.jpg",
"banner":"http://trakt.us/images/banners/34.jpg"
},
"genres":["Action","Comedy"]
}
]



