Top Rated Movies

Top Rated Movies

Get Top Rated Movies

GET https://api.phantommovies.com/3/movies/top_rated

Get all Top Rated movies

{
    // Response
}
curl -X GET "https://api.phantommovies.com/3/movies/movie/top_rated-H "Authorization: Bearer YourAPIKey"

SDK Usage

Get Top Rated Movies using our official library, node:

API.getLatestMovies().then((res) => {
	console.log(res);
});

Last updated