--- title: Sortable Stars in Repository Starring API author_name: pengwynn --- As we [announced on the GitHub blog][post], Stars now support sorting. The Repository Starring API now supports [two new parameters][params] when listing Stars: `sort` and `direction`. ``` command-line $ curl https://api.github.com/users/defunkt/starred?sort=created&direction=asc ``` Enjoy. [post]: https://github.com/blog/1410-sortable-stars [params]: /v3/activity/starring/#list-repositories-being-starred