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.
映画やテレビ番組が見つかりませんか?ログインして作成してください。
このアイテムを評価したり、リストに追加したりしたいですか?
メンバーではありませんか?
robbie3999からの返信
投稿:2023年07月17日 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.
nigelcardozoからの返信
投稿:2023年07月18日 3:10 AM
Hi Robbie,
Thank you for that and for the explanation of how you got the data values. Appreciated! :)
Nigel