4chan / 4chan-API

Documentation for 4chan's read-only JSON API.
http://www.4chan.org/
1.02k stars 73 forks source link

Sorting threads by id/last comment/post time #62

Closed westdabestdb closed 5 years ago

westdabestdb commented 5 years ago

It would be great to be able to sort threads by thread id, reply count, last modification and so. Am I missing something or these features doesn't exist?

bakugo commented 5 years ago

The catalog endpoint contains every single thread on a board, with all of that information. What's stopping you from sorting them clientside?

westdabestdb commented 5 years ago

Thank you, I was wondering if it's possible in the API, but sorting them in client-side works too.