Skip to main content
GET
Get latest changes

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

movie_id
integer
required

A unique identifier for a movie

Example:

18

Query Parameters

page
integer

A specific page number to get results for. Defaults to 1

Example:

1

start_date
string<date>

The date to begin the query from. You can only query up to 14 days in a single query.

Example:

"2019-12-12T00:00:00.000Z"

end_date
string<date>

The date to end the query at. You can only query up to 14 days in a single query.

Example:

"2019-12-16T00:00:00.000Z"

Response

200 - application/json

Request successful

changes
object[]