API Docs

» show/episode/watchlist

Summary

Add one or more episodes for a specific show to your watchlist.

URL

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

    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",
    	"imdb_id": "tt0898266",
    	"tvdb_id": "80379",
    	"title": "The Big Bang Theory",
    	"year": 2007,
    	"episodes": [
    		{
    			"season": 1,
    			"episode": 1
    		}
    	]
    }
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