API Docs

» recommendations/shows/dismiss

Summary

Dismiss a show recommendation.

URL

http://api.trakt.tv/recommendations/shows/dismiss/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 for the show

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

    • title

      Show title.

    • year

      Show year.

Example JSON POST

{
	"username": "username",
	"password": "sha1hash",
	"tvdb_id": "80348"
}

Example Response

{
   "status":"success",
   "message":"dismissed Chuck",
   "show":{
      "title":"Chuck",
      "year":"2007",
      "imdb_id":"tt0934814",
      "tvdb_id":"80348"
   }
}
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