Dear Team
can you guide me how I can request for an API key or use the API here in order to get at least 200 action movies made until 2022. I would need the data to prepare my uni project. can you help.
Go to profile menu, click on Edit Profile, on left hand side click on API and create a new key,
because you didnt mention any programing languge i will go with CURL
curl -X GET "https://api.themoviedb.org/3/discover/movie?api_key=YOUR_API_KEY&with_genres=28&sort_by=release_date.desc&language=en-US&page=1&include_adult=false&include_video=false" -H "accept: application/json"
hamzasaidani 的回复
于 2024 年 03 月 17 日 9:04下午
Go to profile menu, click on Edit Profile, on left hand side click on API and create a new key, because you didnt mention any programing languge i will go with CURL
diptibarik 的回复
于 2024 年 03 月 18 日 5:59上午
Thank you. I will be using Java for the development. Would you be able to help.