"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.
Kan du inte hitta en film eller tv-serie? Logga in för att skapa den.
Vill du betygsätta denna artikel eller lägga till den i en lista?
Inte medlem?
Svar från robbie3999
den 11 augusti 2023 vid 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