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
Negalite rasti filmo ar TV laidos? Prisijunkite, kad sukurtumėte.
Norite įvertinti ar įtraukti šį elementą į sąrašą?
Nesate narys?
Atsakė Travis Bell
2016 spalio 13, 2:28 PM
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.