# 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/.

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

TheMovieDatabase.org API reference

Back to Week main page

Last Updated: 11/1/2020, 2:32:17 PM