API Docs

» shout/show

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

Summary

Add a shout to a show on trakt.

URL

http://api.trakt.tv/shout/show/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.

    • 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,
	"shout": "First episode was pretty good, but it went downhill fast.",
	"spoiler": false
}

Example Response

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