Hi!
I searched a while but did not find anything that could answer my question or probably I did not see it in the api doc ;)
There is the endpoint for lists to check the item status (/list/{list_id}/item_status
).
Does there exist anything for favorites or the watchlist? I simply want to check if a movie or show is already marked as favorite or added to the watchlist.
Thanks!
Cheers, Matt
找不到电影或节目?登录并创建它吧。
Chris Krueger 的回复
于 2018 年 01 月 08 日 2:24下午
You can check the state with /movie/{movie_id}/account_states
https://developers.themoviedb.org/3/movies/get-movie-account-states
Matt2402 的回复
于 2018 年 01 月 08 日 3:02下午
Ah thanks, I totally missed that!