Hi guys! I'm confused.. How I can set range date for movies when get now playing.
For this point https://developers.themoviedb.org/3/movies/get-now-playing
Doc says: This is a release type query that looks for all movies that have a release type of 2 or 3 within the specified date range. within the specified date range.
How it use ?
Thx for any help!
Не можеш да нађеш филм или серију? Пријави се да додаш.
Желите ли да оцените или додате ову ставку у листу?
Нисте члан?
Одговор од Prithu
дана 14. април 2017. у 4:02 AM
Get now Playing
gives only the movies that have been released in the theater recently. ( 2 and 3 stand for theatrical release) There is a specific date range that the system itself decides and returns you the results page-wise. Each page has a release date range that you get with the response. You can't query with your own date range.PS. If you want movies from specific release date range, try
/discover/movie
where you can sort movies depending on release dateОдговор од joinjoohny
дана 14. април 2017. у 4:22 AM
Clear, Thank you!