Apologies if I've missed this from the documents, guides and APIs but I can't see how to get the custom list that I wanted to.
I'd like either a list of all movies (along with details) where the studio is Disney Animation (or Disney) and, if the latter, to identify only those which are animated.
I cannot see a way to do this. Am I missing an API? I can't see any search parameters that would help narrow this down either.
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de robbie3999
em 17 julho 2023 às 8:01 PM
Hi @nigelcardozo,
This query with a search of "disney" will give you the list of production companies. Walt Disney Productions is id 3166 and Walt Disney Animation Studios is id 6125, but there are many more with disney in the name, so you may want to add more to the list to use in your search.
This query will give you the list of genres. Animation is id 16.
You can combine the above using this query.
For example, to search using the above results:
If you need more move details than what is provided in discover, you can use the movie id from discover and this query.
Resposta de nigelcardozo
em 18 julho 2023 às 3:10 AM
Hi Robbie,
Thank you for that and for the explanation of how you got the data values. Appreciated! :)
Nigel