nath457
(Nathan)
January 25, 2026, 8:23pm
1
Hi,
It seems that sorting is no longer working on the Trakt API since the past few days. The results don’t follow the requested order anymore and appear to be returned in a default order.
Is it a temporary issue ?
CanePlayz
(Jacob P.)
January 26, 2026, 11:23am
2
They’re currently fixing some issue with sorting, but I don’t know which one exactly
kcador
(Kevin)
January 28, 2026, 9:49am
3
Better to follow up on GH for this one:
opened 11:07PM - 25 Jan 26 UTC
In Progress
When attempting to sort items in a user personal list, the sorting methods appea… r to be ignored.
Request
`https://api.trakt.tv/users/garycrawfordgc/lists/latest-releases/items/movie/title/asc?page=1&limit=5`
Output:
https://gist.github.com/jurialmunkey/88ab1d220a2774e76c8f0dc686ec508a
From the output you can see that sorting is ignored as the titles are not in order:
Snow White, A Minecraft Movie, Mr. K, The Wedding Banquet, The Legend or Ochi
Instead rank order appears to be applied despite the request for `title/asc`. I tried several different combinations with/without pagination/limit and different sort orders and all returned same rank ordering.