---
title: "TV"
method: GET
path: "/3/discover/tv"
---

# TV

`GET /3/discover/tv`

Find TV shows using over 30 filters and sort options.

## Query parameters

- `air_date.gte` string, date
- `air_date.lte` string, date
- `first_air_date_year` integer
- `first_air_date.gte` string, date
- `first_air_date.lte` string, date
- `include_adult` boolean
- `include_null_first_air_dates` boolean
- `language` string
- `page` integer
- `screened_theatrically` boolean
- `sort_by` 'first_air_date.asc' | 'first_air_date.desc' | 'name.asc' | 'name.desc' | 'original_name.asc' | 'original_name.desc' | 'popularity.asc' | 'popularity.desc' | 'vote_average.asc' | 'vote_average.desc' | 'vote_count.asc' | 'vote_count.desc'
- `timezone` string
- `vote_average.gte` number, float
- `vote_average.lte` number, float
- `vote_count.gte` number, float
- `vote_count.lte` number, float
- `watch_region` string
- `with_companies` string
- `with_genres` string
- `with_keywords` string
- `with_networks` integer
- `with_origin_country` string
- `with_original_language` string
- `with_runtime.gte` integer
- `with_runtime.lte` integer
- `with_status` string
- `with_watch_monetization_types` string
- `with_watch_providers` string
- `without_companies` string
- `without_genres` string
- `without_keywords` string
- `without_watch_providers` string
- `with_type` string

## Response `200`

200

- object
  - `page` integer
  - `results` object[]
    - `backdrop_path` string
    - `first_air_date` string
    - `genre_ids` integer[]
    - `id` integer
    - `name` string
    - `origin_country` string[]
    - `original_language` string
    - `original_name` string
    - `overview` string
    - `popularity` number
    - `poster_path` string
    - `vote_average` integer
    - `vote_count` integer
  - `total_pages` integer
  - `total_results` integer

---

[API](https://skmtc.net/themoviedb/apis/tmdb-api.md) · [All operations](https://skmtc.net/themoviedb/apis/tmdb-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/themoviedb/tmdb-api/versions/68734a040cd4/schema)
