v1

latestOpenAPI 3.1.02026-07-24270489.8 KB

TV

Search for TV shows by their original, translated and also known as names.

get/3/search/tv

Query parameters

querystring required
first_air_date_yearinteger

Search only the first air date. Valid values are: 1000..9999

include_adultboolean
languagestring
pageinteger
yearinteger

Search the first air date and all episode air dates. Valid values are: 1000..9999

Response

200

pageinteger
total_pagesinteger
total_resultsinteger

Example response

{
  "page": 1,
  "results": [
    {
      "backdrop_path": "/bsNm9z2TJfe0WO3RedPGWQ8mG1X.jpg",
      "genre_ids": [
        18
      ],
      "id": 1396,
      "origin_country": [
        "US"
      ],
      "original_language": "en",
      "original_name": "Breaking Bad",
      "overview": "When Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.",
      "popularity": 298.884,
      "poster_path": "/ggFHVNu6YYI5L9pCfOacjizRGt.jpg",
      "first_air_date": "2008-01-20",
      "name": "Breaking Bad",
      "vote_average": 8.879,
      "vote_count": 11536
    }
  ],
  "total_pages": 1,
  "total_results": 1
}