Hello Sir,
I am using 'www.themoviedb.org' API for display Upcoming movie list. I have implemented one demo for searching movie by name. But I want to implement Upcoming movies list with release date. So please help me to which url is used for getting upcoming or latest movie list?
Thanks in advance.
Nevari atrast filmu vai TV pārraidi? Jāpiesakās, lai to izveidotu.
Vēlies novērtēt šo vienumu vai pievienot to sarakstam?
Neesi dalībnieks?
Atbilde no Anuradha
on oktobris 2, 2016 at 11:49 PM
You could use http://api.themoviedb.org/3/movie/upcoming. It gives the release_date
Atbilde no Travis Bell
on oktobris 3, 2016 at 5:21 PM
Hi Arjun,
The /upcoming/movie method or doing something custom with /discover/movie are your two options.
Cheers.