"Hello, I would like to know how I can retrieve the movies from my TMDB list, categorized by genres, and also get recommendations, but only with the movies that are in my list. All of this using the TMDB APIs.
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 robbie3999
on August 11, 2023 at 2:01 PM
Hi @elmanci2, you probably need to be more specific about your questions. No one can design a program for you without knowing all your requirements.
Here is a general outline
Get the items from the list: https://developer.themoviedb.org/reference/list-details
The results contain the genre ids, so group by genre id(s) (in code).
Get recommendations for whatever movies in your list you want (or all of them). This would have to be called for each movie: https://developer.themoviedb.org/reference/movie-recommendations