Endpoints
- Account
- Authentication
- Certification
- Changes
- Collections
- Companies
- Configuration
- Credits
- Discover
- Find
- Genres
- Guest Session
- Keywords
- List
- Movie Lists
- Movies
- Networks
- People Lists
- People
- Reviews
- Search
- Trending
- TV Series Lists
- TV Series
- TV Seasons
- TV Episodes
- TV Episode Groups
- Watch Providers
- API Reference
Search
TV
Search for TV shows by their original, translated and also known as names.
GET
/
3
/
search
/
tv
curl --request GET \
--url https://api.themoviedb.org/3/search/tv
{
"page": 1,
"results": [
{
"adult": false,
"backdrop_path": "/mu3lEhGovyhKHPJzb7HNYtZUCDT.jpg",
"first_air_date": "2005-10-13",
"genre_ids": [
10766
],
"id": 206559,
"name": "Binnelanders",
"origin_country": [
"ZA"
],
"original_language": "af",
"original_name": "Binnelanders",
"overview": "A South African Afrikaans soap opera. It is set in and around the fictional private hospital, Binneland Kliniek, in Pretoria, and the storyline follows the trials, trauma and tribulations of the staff and patients of the hospital.",
"popularity": 4638.165,
"poster_path": "/3bzECfllho8PphdYujLUIuhncJD.jpg",
"vote_average": 5.6,
"vote_count": 80
}
],
"total_pages": 1,
"total_results": 1
}
Query Parameters
Example:
"%22Binnelanders%22"
Example:
"false"
Example:
"en-US"
Example:
"1"
Response
200 - application/json
TV
The response is of type object
.
curl --request GET \
--url https://api.themoviedb.org/3/search/tv
{
"page": 1,
"results": [
{
"adult": false,
"backdrop_path": "/mu3lEhGovyhKHPJzb7HNYtZUCDT.jpg",
"first_air_date": "2005-10-13",
"genre_ids": [
10766
],
"id": 206559,
"name": "Binnelanders",
"origin_country": [
"ZA"
],
"original_language": "af",
"original_name": "Binnelanders",
"overview": "A South African Afrikaans soap opera. It is set in and around the fictional private hospital, Binneland Kliniek, in Pretoria, and the storyline follows the trials, trauma and tribulations of the staff and patients of the hospital.",
"popularity": 4638.165,
"poster_path": "/3bzECfllho8PphdYujLUIuhncJD.jpg",
"vote_average": 5.6,
"vote_count": 80
}
],
"total_pages": 1,
"total_results": 1
}