IMDb top 100 movies

फ्रीमियम
द्वारा API Solutions | अपडेट किया गया vor einem Monat | Movies
लोकप्रियता

9.4 / 10

लेटेंसी

328ms

सेवा का स्तर

57%

Health Check

N/A

सभी ट्यूटोरियल पर वापस जाएं (1)

How to use the response

To use the response from this API, you can access an array of movie objects. Each object has the following properties:

id* (string): The ID of the movie, ranging from ‘top1’ to ‘top100’.
description (string): A brief description of the movie’s plot.
director (array of strings): The names of the movie’s directors.
genre (array of strings): The genres of the movie.
image (array of arrays): An array of images for the movie, with each inner array containing two elements: the image width in pixels (as a string) and the URL to the image.
imdbid (string): The movie’s IMDb ID.
rank (number): The movie’s ranking in the top 100.
rating (string): The movie’s IMDb rating.
title (string): The movie’s title.
writers (array of strings): The names of the movie’s writers.
year (number): The year the movie was released.