Is there a way to fetch movie results which also contains the account info(watchlist, favorite, rated) list in single API request. Also, the recommendation section contains movies that I have already favorite. What does the recommendation section really means? How to mark a movie as already seen and not to be shown on recommendation section
Не можеш да нађеш филм или серију? Пријави се да додаш.
Желите ли да оцените или додате ову ставку у листу?
Нисте члан?
Одговор од wise_julio
дана 12. октобар 2018. у 1:24 AM
i was wondering the same
Одговор од Travis Bell
дана 12. октобар 2018. у 10:29 AM
There is no way to do that right now. It's a feature that I have had planned for here on the website for a while. Once it exists here, it will likely exists on the API as well. The website ticket for that is here.
I don't filter favourite items, I filter rated items. Rating is considered the same as having "watched" something, so that's how I filter watched items out of your recommended lists.
Одговор од Movie Mentor
дана 12. октобар 2018. у 12:53 PM
Thank you Travis, I have seen apps which shows movies list also showing watchlist and favorite information much quickly like its shown from the single api request. Is there any way I can fetch personal info quickly rather than calling each movies id repeatedly for personal information.
Одговор од Travis Bell
дана 13. октобар 2018. у 12:23 PM
On a per item basis, you can call the /account_states method.
There's nothing that supports a list of IDs at this time.
Одговор од Moatasem mohamed
дана 19. јун 2024. у 7:25 AM
any new updates ?