API Overview & API Key
We will be using the The Movie Database (TMDb) API to get the data for our app. You will need to create an account and get an API key. The API key is free and you can get one by following these steps:
- Go to the TMDb website
- Click on the
Sign Upbutton in the top right corner - Fill out the form and click
Sign Up - Once you are logged in, click on your avatar in the top right corner and select
Settings - Click on the
APItab - Click on the
Createbutton - Enter a name for your API key and click
Save - Copy the API key and paste it into a text file. You will need it later
All of the API documentation at the https://developers.themoviedb.org/3. We are using version 3 of the API. The API documentation is very good and you should read through it to get a better understanding of how the API works.
Here are the endpoints that we will need to hit to get the data for the app. You will need to send your API key with every request.