Hi @Ayase Morita,
The GET sites?search=*
API does not support sorting, and thus the order of the results is not explicitly defined in the documentation. By default, it may return results in an order that is determined by the underlying system, which is typically based on relevance or other internal criteria.
On the other hand, the GET sites?search=*&orderby=name
API sorts the results in ascending order based on the name
property of the sites. This means that the sites will be returned alphabetically from A to Z.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.