The query contains one or more search keywords and qualifiers. Qualifiers allow you to limit your search to specific areas of GitHub. The REST API supports the same qualifiers as GitHub.com. To learn more about the format of the query, see Constructing a search query. See “Searching commits” for a detailed list of qualifiers.
Sorts the results of your query by author-date
or committer-date
. Default: best match
Allowed values:author-datecommitter-date
Determines whether the first search result returned is the highest number of matches (desc
) or lowest number of matches (asc
). This parameter is ignored unless you provide sort
.
Allowed values:descasc
Default:desc
Results per page (max 100)
Default:30
Page number of the results to fetch.
Default:1