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!
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von Prithu
am 14. April 2017 um 04:02
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 dateAntwort von joinjoohny
am 14. April 2017 um 04:22
Clear, Thank you!