# The Movie DataBase API

The Movie Database is a website with an API that contains information about any movie or TV show that you could think of. https://www.themoviedb.org/ (opens new window).

The API requires you to sign up for a developer key. The unique key that they give you allows you to make AJAX calls to the API to search for movies, get movie recommendations, get movie reviews, and lots of other images and information about movies.

# References

Readme file about how to get started with theMovieDatabase.org API: https://gist.github.com/prof3ssorSt3v3/bd984b862b71ebbe0a65aee4f2e6746d (opens new window)

TheMovieDatabase.org API reference (opens new window)

Back to Week main page

Last Updated: 5/17/2021, 6:37:14 PM