API Docs

» movie/unseen

Summary

Remove movies watched outside of trakt from your library.

URL

http://api.trakt.tv/movie/unseen/apikey

Supported formats

json

Supported request methods

POST

Requires authentication

true (details)

Required Parameters

  • apikey

    to view your API key.

  • JSON POST

    Post a JSON string that contains your username, password (sha1), and movies array. Each movie object should contain the IMDB ID, title, and year.

    If you don't have the IMDB ID, you can send the TMDB ID (tmdb_id). If you still don't have that, make sure the title and year match trakt exactly.

    {
    	"username": "username",
    	"password": "sha1hash",
    	"movies": [
    		{
    			"imdb_id": "tt0114746",
    			"title": "Twelve Monkeys",
    			"year": 1995
    		}
    	]
    }
loading...
Join trakt

Sign in to trakt

forgot?

Sign In
Forgot your password?
Check your email for further instructions!
We couldn't find that e-mail!

Create your new password