API Docs

» shout/episode

This method is deprecated and has been replaced by comment/episode

Summary

Add a shout to an episode on trakt.

URL

http://api.trakt.tv/shout/episode/apikey

Supported formats

json

Supported request methods

POST

Requires authentication

true (details)

Required Parameters

  • apikey

    to view your API key.

  • JSON POST

    • username

      trakt username.

    • password

      SHA1 hash of trakt password.

    • tvdb_id

      TVDB ID (thetvdb.com) for the show.

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

    • imdb_id (optional)

      IMDB ID for the show.

    • title

      Show title.

    • year

      Show year.

    • season

      Show season. Send 0 if watching a special.

    • episode

      Show episode.

    • shout

      Text for the shout.

    • spoiler (optional)

      Set to true to indicate the shout is a spoiler. Defaults to false.

Example JSON POST

{
	"username": "username",
	"password": "sha1hash",
	"tvdb_id": 213221,
	"title": "Portlandia",
	"year": 2011,
	"season": 1,
	"episode": 1,
	"shout": "The opening musical number is just superb!",
	"spoiler": false
}

Example Response

{
	"status":"success",
	"message":"shout added to Portlandia 1x01"
}
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