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!
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Prithu님의 댓글
4월 14, 2017 at 4: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 datejoinjoohny님의 댓글
4월 14, 2017 at 4:22 오전
Clear, Thank you!