Skip to main content
GET
Movie List

Authorizations

Authorization
string
header
required

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

Query Parameters

end_date
string

This specifies the end date of the movie ID to retrieve.

Example:

"2024-12-09"

start_date
string

This specifies the start date of the movie ID to retrieve.

Example:

"2024-12-05"

page
string

This represents the page number. Default: 1

Example:

"1"

Response

200 - application/json

Movie List

page
number
Example:

1

results
object[]
Example:
total_pages
number
Example:

114

total_results
number
Example:

11368