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.
robbie3999님의 댓글
9월 12, 2023 at 6:03 오후
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".
integratio님의 댓글
9월 13, 2023 at 3:48 오전
https://api.themoviedb.org/3/movie/550?api_key=API_KEY
ticao2 🇧🇷 pt-BR님의 댓글
9월 13, 2023 at 7:49 오전
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.