API Docs

» show/watchlist

Summary

Add one or more shows to your watchlist.

URL

http://api.trakt.tv/show/watchlist/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 shows array. Each show object should contain the IMDB ID, TVDB ID, title, and year.

    If you don't have the show's IMDB or TVDB ID, make sure the title and year match trakt exactly.

    {
    	"username": "username",
    	"password": "sha1hash",
    	"shows": [
    		{
    			"tvdb_id": 153021, 
    			"title": "The Walking Dead", 
    			"year": 2010
    		}
    	]
    }
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