Trakt
Trakt API Blog
Published in
3 min readJan 5, 2023

--

Here’s a list of updates and bug fixes to the Trakt API in 2023. View the full API Docs on Apiary. Please ask questions in our GitHub project.

If you’d like to support Trakt, please consider signing up for VIP.

June 7, 2023

UPDATES

  • The OAuth flow can force a sign in page instead of using the signed in session. This is useful for mobile apps with embedded webviews where it’s not easy for the user to sign out.
  • /networks method includes the country and ids along with the name of each network.
  • Replaced the networks filter with the more accurate network_ids filter. This is way more accurate instead of relying on a name based match.

BUGS

  • Improved performance when loading large lists.
  • Correctly hide lists with link privacy.
  • Fix collection metadata to allow editing existing metadata values.

May 22, 2023

UPDATES

BUGS

  • Allow new lines when adding notes to list items.

April 16, 2023

UPDATES

  • Lists support a new link privacy option. This is essentially a private list, with a share_link to allow anyone with the link to view the list. This is useful for private user profiles that still want to share their lists with others.

March 30, 2023

UPDATES

  • Added Mastodon sharing parameters to /checkin and /users/settings.
  • /recommendations include recommended_by which is an array of all members who recommended the item and any notes they left why. This can be used to replicate the Trakt dashboard and display the avatar and notes.

BUGS

  • Fix 500 error with unauthed recommendations.
  • Several performance improvments to the /sync methods.

January 5, 2023

BUGS

--

--