bbmcmann / 307MovieProject

3 stars 1 forks source link

Research movie API and how it works #8

Closed bbmcmann closed 1 year ago

bbmcmann commented 1 year ago

We need a public and free API to query movies and related information. This will provide the basic information about a movie for many of the pages on our site without needing to store the data in our own database. Give a report of the API, link to documentation, and key features.

jlaksana commented 1 year ago

Report: name: themoviedb.org link: https://developers.themoviedb.org/3/getting-started/introduction Features:

Example call: https://api.themoviedb.org/3/movie/299534?api_key=<>

notes: I created an account. Contact me directly for login info and the API key. To my knowledge, it is completely free. The "try it out" tab for each endpoint does not work. We can test it with the browser or Postman and it works based on initial testing.

jlaksana commented 1 year ago

~1hr