---
title: "Movie"
method: GET
path: "/3/discover/movie"
---

# Movie

`GET /3/discover/movie`

Find movies using over 30 filters and sort options.

## Query parameters

- `certification` string
- `certification.gte` string
- `certification.lte` string
- `certification_country` string
- `include_adult` boolean
- `include_video` boolean
- `language` string
- `page` integer
- `primary_release_year` integer
- `primary_release_date.gte` string, date
- `primary_release_date.lte` string, date
- `region` string
- `release_date.gte` string, date
- `release_date.lte` string, date
- `sort_by` 'original_title.asc' | 'original_title.desc' | 'popularity.asc' | 'popularity.desc' | 'revenue.asc' | 'revenue.desc' | 'primary_release_date.asc' | 'title.asc' | 'title.desc' | 'primary_release_date.desc' | 'vote_average.asc' | 'vote_average.desc' | 'vote_count.asc' | 'vote_count.desc'
- `vote_average.gte` number, float
- `vote_average.lte` number, float
- `vote_count.gte` number, float
- `vote_count.lte` number, float
- `watch_region` string
- `with_cast` string
- `with_companies` string
- `with_crew` string
- `with_genres` string
- `with_keywords` string
- `with_origin_country` string
- `with_original_language` string
- `with_people` string
- `with_release_type` integer
- `with_runtime.gte` integer
- `with_runtime.lte` integer
- `with_watch_monetization_types` string
- `with_watch_providers` string
- `without_companies` string
- `without_genres` string
- `without_keywords` string
- `without_watch_providers` string
- `year` integer

## Response `200`

200

- object
  - `page` integer
  - `results` object[]
    - `adult` boolean
    - `backdrop_path` string
    - `genre_ids` integer[]
    - `id` integer
    - `original_language` string
    - `original_title` string
    - `overview` string
    - `popularity` number
    - `poster_path` string
    - `release_date` string
    - `title` string
    - `video` boolean
    - `vote_average` number
    - `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)
