IMDb top 100 movies

FREEMIUM
От API Solutions | Обновлено a month ago | 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.