Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The language and region of the content, represented by an ISO 639-1 and ISO 3166-1 code combination (e.g, en-US for English, United States.). Defaults to en-US.
"en-US"
A specific page number to get results for. Defaults to 1
1
Response
Request successful
The creator of the list
"Emiloju"
The description for the list
"List of movies and tv shows I plan to watch."
The number of times the list item has been marked favorite by users
0
The unique identifier for the list
8500157
A two letter code that represents the language used in the response.
"en"
The number of items in the list
2
An array of items in the list
[
{
"adult": false,
"backdrop_path": "/5hS2OIuZSKGkR8R5l3bY5zh04Ce.jpg",
"first_air_date": "2006-10-05",
"genre_ids": [16, 10765, 10759, 18],
"id": 31724,
"media_type": "tv",
"name": "Code Geass: Lelouch of the Rebellion",
"origin_country": ["JP"],
"original_language": "ja",
"original_name": "コードギアス 反逆のルルーシュ",
"overview": "Japan has been invaded and conquered by the Britannian Empire. Japan is now known as Area 11 and its citizens known as Elevens. The Britannian Empire takes away Japan's autonomous power and imposes its rule through the use of Knightmares. The Empire's rule has never faltered, but cracks have begun to show...",
"popularity": 109.544,
"poster_path": "/n8ju74bg2k5MmDn5RBF6qMbhIlG.jpg",
"vote_average": 8.4,
"vote_count": 747
},
{
"adult": false,
"backdrop_path": "/wgvc3PmjQGtYYDWaeuV867mnFDs.jpg",
"genre_ids": [878, 28, 12],
"id": 18,
"media_type": "movie",
"original_language": "fr",
"original_title": "Le Cinquième Élément",
"overview": "In 2257, a taxi driver is unintentionally given the task of saving a young girl who is part of the key that will ensure the survival of humanity.",
"popularity": 65.447,
"poster_path": "/fPtlCO1yQtnoLHOwKtWz7db6RGU.jpg",
"release_date": "1997-05-02",
"title": "The Fifth Element",
"video": false,
"vote_average": 7.553,
"vote_count": 10758
}
]
The list's name
"To be watched"
Current page number of the results
1
The path to the item's poster image
The total number of pages returned in the response
1
The total number of results returned in the response
1