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 的回复
于 2023 年 09 月 12 日 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 的回复
于 2023 年 09 月 13 日 3:48上午
https://api.themoviedb.org/3/movie/550?api_key=API_KEY
ticao2 🇧🇷 pt-BR 的回复
于 2023 年 09 月 13 日 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.