Hi,
I've noticed a slight difference in the releases data associated with a movie depending upon how the data is fetched.
When I use this API:
/movie/{movie_id}?append_to_response=releases
I get a list of release dates, but there is no "type" integer property. Instead there is a "primary" boolean property, and after reviewing a few responses it looks to only contain theater releases.
When I use this API:
/movie/{movie_id}/release_dates
I get a list of release dates with the "type" integer property, and it appears to contain releases for different types (theater, DVD, etc..)
Can you clarify if this is correct? Is the append_to_response for releases not the same data as the release_dates API.
Thanks,
Can't find a movie or TV show? Login to create it.
Vil du vurdere eller legge til dette elementet i en liste?
Ikke et medlem?
Svar av Travis Bell
den 2 Februar 2017 kl. 10:27 PM
Hi Mathew,
Releases is the old, deprecated method. There's no real reason to use it anymore. You can assume what is documented is the proper, current version of things. I would stick with the newer, /release_dates method. It contains all the newer data like release types.
You can of course use it with append_to_response as well 😉
Svar av Mathew Foscarini
den 2 Februar 2017 kl. 10:32 PM
Oh that's great. thank you!