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
Не можеш да нађеш филм или серију? Пријави се да додаш.
Желите ли да оцените или додате ову ставку у листу?
Нисте члан?
Одговор од superboy97
дана 10. јул 2024. у 7:45 AM
Why do you think that this API is deprecated ?
Одговор од ajay_gummalla
дана 10. јул 2024. у 8:05 AM
I am saying about this api https://api.themoviedb.org/3/keyword/{keyword_id}/movies this is deprecated
Одговор од lobsterclawsoftware
дана 10. јул 2024. у 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
Одговор од ajay_gummalla
дана 10. јул 2024. у 10:38 AM
i will try this thankyou
Одговор од ajay_gummalla
дана 10. јул 2024. у 10:53 AM
is there any api to get video and trailers with video id, please send me if any
Одговор од superboy97
дана 10. јул 2024. у 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.