Skip to main content
GET
Rated Movies

Authorizations

Authorization
string
header
required

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

Path Parameters

account_id
string
required

This represents your account ID. Get it here

Query Parameters

language
string

This represents the movie language.

page
string

This represents the page number.

Example:

"1"

session_id
string

This represents your session Id.

sort_by
string

This specifies the order in which the retrieved list will be displayed.

Example:

"created_at.asc"

Response

200 - application/json

Rated Movies

page
number
Example:

1

results
object[]
Example:
total_pages
number
Example:

1

total_results
number
Example:

2