Trakt
Trakt API Blog
Published in
2 min readJun 11, 2021

--

Here’s a list of updates and bug fixes to the Trakt API in 2021. 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.

July 12, 2021

VIP ONLY (more info)

UPDATES

  • When using the /updates methods the start_date is only accurate to the hour (for caching purposes). Please drop the minutes and seconds from your timestamp to help optimize our cached data. For example, use 2021–07–17T12:00:00Z and not 2021–07–17T12:23:34Z.
  • All /updates methods only allow 30 days in the past as the oldest date. This won’t affect most apps, but some were scraping data by going years in the past and that caused performance issues.

BUGS

  • Fixed the watchlist updated timestamp to be more accurate.

June 11, 2021

UPDATES

BUGS

  • Fixed 500 error on the watchlist endpoints that was caused by having a blank watchlist and never having added an item to it.

--

--