Skip to main content
GET
Lists

Authorizations

Authorization
string
header
required

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

Path Parameters

account_id
integer
required

This refers to a unique identifier assigned to a user account.

Example:

""

Query Parameters

page
integer

Indicates which page of results to return. Default is the first page (1).

Example:

1

session_id
string

A token that represents a logged-in user's session after they have authenticated with their TMDB account.

Example:

""

Response

200 - application/json

lists

page
number

Represents the current page of the results being returned. It starts from 1 and increments with each new page.

Example:

1

results
object[]

This represents a collection of movie objects returned by the API that provides information about various films.

Example:
total_pages
number

The total number of pages available for the query results.

Example:

2

total_results
number

The total number of results that meet the criteria of the query.

Example:

25