{
"page": 1,
"results": [
{
"adult": false,
"backdrop_path": "/au3o84ub27qTZiMiEc9UYzN74V3.jpg",
"genre_ids": [
28,
878,
53
],
"id": 1035048,
"original_language": "en",
"original_title": "Elevation",
"overview": "A single father and two women venture from the safety of their homes to face monstrous creatures to save the life of a young boy.",
"popularity": 2204.744,
"poster_path": "/uQhYBxOVFU6s9agD49FnGHwJqG5.jpg",
"rating": 6,
"release_date": "2024-11-07",
"title": "Elevation",
"video": false,
"vote_average": 6.408,
"vote_count": 87
},
{
"adult": false,
"backdrop_path": "/ihPcIUUzJpLYGGNgjQ1g7ExjHLT.jpg",
"genre_ids": [],
"id": 1389586,
"original_language": "en",
"original_title": "Peace Of My Heart",
"overview": "PEACE OF MY HEART(NEW MOVIE): BRYAN OKWARA, JULIET NJEMANZE 2024 FULL NIGERIAN MOVIE",
"popularity": 0.695,
"poster_path": "/aDg2bT8zkr1JANcLbYYVgfVtj41.jpg",
"rating": 6,
"release_date": "2024-11-01",
"title": "Peace Of My Heart",
"video": false,
"vote_average": 6,
"vote_count": 1
}
],
"total_pages": 1,
"total_results": 2
}
This endpoint retrieves a list of movies you have rated.
{
"page": 1,
"results": [
{
"adult": false,
"backdrop_path": "/au3o84ub27qTZiMiEc9UYzN74V3.jpg",
"genre_ids": [
28,
878,
53
],
"id": 1035048,
"original_language": "en",
"original_title": "Elevation",
"overview": "A single father and two women venture from the safety of their homes to face monstrous creatures to save the life of a young boy.",
"popularity": 2204.744,
"poster_path": "/uQhYBxOVFU6s9agD49FnGHwJqG5.jpg",
"rating": 6,
"release_date": "2024-11-07",
"title": "Elevation",
"video": false,
"vote_average": 6.408,
"vote_count": 87
},
{
"adult": false,
"backdrop_path": "/ihPcIUUzJpLYGGNgjQ1g7ExjHLT.jpg",
"genre_ids": [],
"id": 1389586,
"original_language": "en",
"original_title": "Peace Of My Heart",
"overview": "PEACE OF MY HEART(NEW MOVIE): BRYAN OKWARA, JULIET NJEMANZE 2024 FULL NIGERIAN MOVIE",
"popularity": 0.695,
"poster_path": "/aDg2bT8zkr1JANcLbYYVgfVtj41.jpg",
"rating": 6,
"release_date": "2024-11-01",
"title": "Peace Of My Heart",
"video": false,
"vote_average": 6,
"vote_count": 1
}
],
"total_pages": 1,
"total_results": 2
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
This represents the movie language.
This represents the page number.
"1"
This represents your session Id.
This specifies the order in which the retrieved list will be displayed.
"created_at.asc"
Rated Movies
The response is of type object
.