Skip to main content
GET
Movie

Authorizations

Authorization
string
header
required

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

Query Parameters

query
string

This represents the name of the movie you want to look for.

Example:

"Terminator"

page
string

This represents the page number.

Example:

"1"

Response

200 - application/json

Movie

page
number
Example:

1

results
object[]
Example:
total_pages
number
Example:

6

total_results
number
Example:

111