Watchlist API?

Is there any official/unofficial API to save movies into the new watchlist?. I want to make a synchronizer with other services (like IMDb)

Thanks!

Try and add an item to your watch list in like Chrome, and have the debug screen capture it

If you are familiar with Python, the PlexAPI library has support for the universal watchlist.

https://python-plexapi.readthedocs.io/en/stable/modules/myplex.html?highlight=watchlist#plexapi.myplex.MyPlexAccount.watchlist

Thanks, these Python project must be enough to get the proper API calls…