Watchlist TV
This endpoint get a list of TV shows added to a users watchlist.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
This refers to a unique identifier assigned to a user account.
""
Query Parameters
Specifies the language in which the response should be returned.
"en-US"
Indicates which page of results to return. Default is the first page (1).
1
A token that represents a logged-in user's session after they have authenticated with their TMDB account.
""
Determines how the results should be sorted. 'created_at.asc' indicates ascending order based on the creation date.
created_at.asc
, created_at.desc
"created_at.asc"
Response
Indicates the current page number of the results being returned.
1
This represents a collection of movie objects returned by the API that provides information about various films. It returns an emtpy array if no movie in it.
[]
An integer representing the total number of pages available in the results set.
0
An integer indicating the total number of results returned by the query.
0