Movies

All eleven films, with full cast and crew credits.

The 8 Harry Potter films and 3 Fantastic Beasts films, with credits and box office.

ListGET /api/movies
SingleGET /api/movies/{slug}
Records11

Fields

idrequiredstring
Same as slug.
slugrequiredstring
URL-safe identifier, e.g. fantastic-beasts-and-where-to-find-them.
titlerequiredstring
Full release title.
summaryrequiredstring
Plot synopsis.
release_daterequiredstring
ISO 8601 date.
running_timerequiredstring
Runtime, e.g. 152 minutes.
ratingrequiredstring
MPAA rating, e.g. PG, PG-13.
budgetrequiredstring
Production budget, as printed — e.g. $125 million.
box_officerequiredstring
Worldwide gross, as printed.
directorsrequiredarray
screenwritersarray
Empty for two of the Fantastic Beasts films.
producersrequiredarray
cinematographersrequiredarray
editorsrequiredarray
music_composersrequiredarray
distributorsrequiredarray
posterrequiredstring
URL of the poster image.
trailerrequiredstring
YouTube URL.
wikirequiredstring

Examples

curl
JavaScript
curl https://hogwarts-api.com/api/movies
curl https://hogwarts-api.com/api/movies/harry-potter-and-the-prisoner-of-azkaban
curl "https://hogwarts-api.com/api/movies?search=fantastic"