I am new in here and no actual experience with api, so I have two related questions:
- How can we do an advanced search with several filters: For example, all the movies form 1935-1970, keyword: world war ii, remove genre musical.
- How to save in a personal list the results of the query above.
Thanks!
ticao2 🇧🇷 pt-BR 的回复
于 2024 年 04 月 02 日 5:08下午
1 - Using Discover Movie.
https://developer.themoviedb.org/reference/discover-movie
2 - As for how to convert a JSON response into a list, it's best to seek help from experts.
Maybe at https://stackoverflow.com/tags/themoviedb-api
For example
https://stackoverflow.com/questions/41249123/convert-json-response-into-listt
Or other developer forums.