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
Nemůžete nalézt film nebo seriál? Přihlaste se pro jeho vytvoření.
Want to rate or add this item to a list?
Not a member?
Odpověď od wise_julio
12.10.2018 v 1:24 DOP.
i was wondering the same
Odpověď od Travis Bell
12.10.2018 v 10:29 DOP.
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.
Odpověď od Movie Mentor
12.10.2018 v 12:53 ODP.
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.
Odpověď od Travis Bell
13.10.2018 v 12:23 ODP.
On a per item basis, you can call the /account_states method.
There's nothing that supports a list of IDs at this time.
Odpověď od Moatasem mohamed
19.06.2024 v 7:25 DOP.
any new updates ?