When asking for the release dates for an individual movie* a collection of release dates is returned however there are duplicates! I have deduced one is theatrical and one is the premier release date but on the release date object i.e { "certification": "", "iso_3166_1": "DE", "primary": false, "release_date": "2016-10-20" }
There is no property describing which type the release is (Like that found on the site). Is their any other way of getting only theatrical release dates?
*https://api.themoviedb.org/3/movie/136799?api_key=KEY&language=en-US&append_to_response=releases
Thanks
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 Travis Bell
le 13 octobre 2016 à 14h28
Hi there,
The /releases method was deprecated back in January, you should take a look at the /release_dates method which has the same data that is available on the website. You can then filter by whichever
type
you want.Cheers.