Hi,
How could I get to know if a searched Movie is a part of the collection?
If searching for a particular collection then I can get movies in that particular collection, but I need to know if the searched movies have a series or collection.
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by ticao2 š§š· pt-BR
on April 21, 2020 at 5:05 PM
If you make an API Request for a movie that belongs to a collection,
https://api.themoviedb.org/3/movie/152?api_key=[THE_KEY]
you can see the data of belongs_to_collection right at the beginning of the answer. Something like that:
EDIT
In this case this film: https://www.themoviedb.org/movie/152-star-trek-the-motion-picture
And he belongs in this collection: https://www.themoviedb.org/collection/151-star-trek-the-original-series-collection
Reply by omkartapale
on April 22, 2020 at 3:53 AM
Okay, Thank @ticao2
We are getting this in detailed movie information while searched with particular movie ID. I was looking for it in the search results with multi search API.
BTW thanks again
Reply by ticao2 š§š· pt-BR
on April 22, 2020 at 9:47 AM
I believe that in Multi Search this information is not provided.
And not even in Movie Search.
I'm sorry