Hi @integratio, in order to get help you need to provide the api URL you are using. Hide your private api key with a string like "API_KEY" or "xxxxxx".
This API Request you showed is normally used to check if an API Key is functional.
This API Request fetches the movie data Fight Club (1999) whose ID is 550 https://www.themoviedb.org/movie/550-fight-club
If you're just starting out and still don't know how the API service works, I suggest you read the instructions in the DOCs. https://developer.themoviedb.org/docs
There you will discover what and how you can search for data.
Can't find a movie or TV show? Login to create it.
Reply by robbie3999
on September 12, 2023 at 6:03 PM
Hi @integratio, in order to get help you need to provide the api URL you are using. Hide your private api key with a string like "API_KEY" or "xxxxxx".
Reply by integratio
on September 13, 2023 at 3:48 AM
https://api.themoviedb.org/3/movie/550?api_key=API_KEY
Reply by ticao2 š§š· pt-BR
on September 13, 2023 at 7:49 AM
This API Request you showed is normally used to check if an API Key is functional.
This API Request fetches the movie data Fight Club (1999) whose ID is 550
https://www.themoviedb.org/movie/550-fight-club
If you're just starting out and still don't know how the API service works, I suggest you read the instructions in the DOCs.
https://developer.themoviedb.org/docs
There you will discover what and how you can search for data.