---
title: "Changes"
method: GET
path: "/3/movie/{movie_id}/changes"
---

# Changes

`GET /3/movie/{movie_id}/changes`

Get the recent changes for a movie.

## Path parameters

- `movie_id` integer, required

## Query parameters

- `end_date` string, date
- `page` integer
- `start_date` string, date

## Response `200`

200

- object
  - `changes` object[]
    - `key` string
    - `items` object[]
      - `id` string
      - `action` string
      - `time` string
      - `iso_639_1` string
      - `iso_3166_1` string
      - `value` object
        - `poster` object
          - `file_path` string

---

[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/revisions/68734a040cd4/schema)
