post
https://api.trakt.tv/sync/ratings
🔒 OAuth Required
Rate one or more items. Accepts shows, seasons, episodes and movies. If only a show is passed, only the show itself will be rated. If seasons are specified, all of those seasons will be rated.
Send a rated_at UTC datetime to mark items as rated in the past. This is useful for syncing ratings from a media center.
JSON POST Data
| Key | Type | Value |
|---|---|---|
movies | array | Array of movie objects. (see examples ->) |
shows | array | Array of show objects. |
seasons | array | Array of season objects. |
episodes | array | Array of episode objects. |
Media Object POST Data
| Key | Type | Value |
|---|---|---|
| item * | object | movie, show, season, or episode object. |
rating * | integer | Between 1 and 10. |
rated_at | datetime | UTC datetime when the item was rated. |
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…