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!
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Prithu
le 14 avril 2017 à 04h02
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 dateRéponse de joinjoohny
le 14 avril 2017 à 04h22
Clear, Thank you!