API Docs

» movie/seen

Summary

Add movies watched outside of trakt to your library.

URL

http://api.trakt.tv/movie/seen/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, year, number of plays, and a unix timestamp of the last time it was played.

    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,
    			"plays": 1,
    			"last_played": 1255960578
    		}
    	]
    }

Example Request

A proof of concept example can be seen at https://github.com/rectifyer/trakt-import

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