Skip to main content
GET
/
3
/
search
/
tv
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

query
string
Example:

"%22Binnelanders%22"

include_adult
string
Example:

"false"

language
string
Example:

"en-US"

page
string
Example:

"1"

Response

200 - application/json

TV

page
number
Example:

1

results
object[]
Example:
[
{
"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
number
Example:

1

total_results
number
Example:

1

I