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!
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 Prithu
on এপ্রিল 14, 2017 at 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 dateReply by joinjoohny
on এপ্রিল 14, 2017 at 4:22 AM
Clear, Thank you!