movie api is deprecated which we are using to fetch movie details by movie id, Now how can I get the same info, is there any other api giving the same data
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by superboy97
on July 10, 2024 at 7:45 AM
Why do you think that this API is deprecated ?
Reply by ajay_gummalla
on July 10, 2024 at 8:05 AM
I am saying about this api https://api.themoviedb.org/3/keyword/{keyword_id}/movies this is deprecated
Reply by lobsterclawsoftware
on July 10, 2024 at 8:20 AM
Looks like you are trying to fetch all movies for a given keyword. In that case, you can use the movie discover query to accomplish the same thing with the with_keywords parameter.
https://developer.themoviedb.org/reference/discover-movie
https://api.themoviedb.org/3/discover/movie?with_keywords=207771
Reply by ajay_gummalla
on July 10, 2024 at 10:38 AM
i will try this thankyou
Reply by ajay_gummalla
on July 10, 2024 at 10:53 AM
is there any api to get video and trailers with video id, please send me if any
Reply by superboy97
on July 10, 2024 at 11:16 AM
The purpose of this API is to fetch movies list by keyword id.
It has nothing to do with fetch movie details by movie id
The API to get the videos is this one.