API Docs

» user/library/shows/hated

This method is deprecated and has been replaced by user/ratings/shows

Call the ratings method like this to replicate the old functionality:
user/ratings/shows.json/username/hate

Summary

Returns all shows a user has hated. Protected users won't return any data unless you are friends.

URL

http://api.trakt.tv/user/library/shows/hated.format/apikey/username

Supported formats

json

Supported request methods

GET

Requires authentication

optional (details)

If this user has a protected profile, valid auth will allow data to be returned for yourself and any friends.

Required Parameters

  • apikey

    to view your API key.

  • username

    You can get a username by browsing the website and looking at the URL when on a profile page.

  • extended (optional)

    Returns complete show info if set to true. Only send this if you really need the full dump as it doubles the data size being sent back. Returns only the minimal info (title, year, imdb_id, tvdb_id, tvrage_id) required for media center syncing if set to min. This sends about half the data.

Example Request

http://api.trakt.tv/user/library/shows/hated.json/apikey/justin

[
   {
      "title":"10 Items Or Less",
      "year":2006,
      "url":"http://trakt.tv/show/10-items-or-less",
      "imdb_id":"tt0826254",
      "tvdb_id":79599,
      "tvrage_id":1234,
      "images":{
         "poster":"http://trakt.us/images/posters/21.jpg",
         "fanart":"http://trakt.us/images/fanart/21.jpg",
         "banner":"http://trakt.us/images/banners/21.jpg"
      },
      "genres":["Action","Comedy"]
   }
]
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