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
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 Chris Krueger
on January 8, 2018 at 2:24 PM
You can check the state with /movie/{movie_id}/account_states
https://developers.themoviedb.org/3/movies/get-movie-account-states
Reply by Matt2402
on January 8, 2018 at 3:02 PM
Ah thanks, I totally missed that!