text-match
media type. For more details about highlighting search results, see Text match metadata. For more details about how to receive highlighted search results, see Text match metadata.q=tom+repos:%3E42+followers:%3E1000
tom
. The results are restricted to users with more than 42 repositories and over 1,000 followers.curl --location --request GET 'https://api.github.com/search/users?q='
{
"incomplete_results": true,
"items": [
{
"avatar_url": "http://example.com",
"bio": "string",
"blog": "string",
"company": "string",
"created_at": "2019-08-24T14:15:22Z",
"email": "user@example.com",
"events_url": "string",
"followers": 0,
"followers_url": "http://example.com",
"following": 0,
"following_url": "string",
"gists_url": "string",
"gravatar_id": "string",
"hireable": true,
"html_url": "http://example.com",
"id": 0,
"location": "string",
"login": "string",
"name": "string",
"node_id": "string",
"organizations_url": "http://example.com",
"public_gists": 0,
"public_repos": 0,
"received_events_url": "http://example.com",
"repos_url": "http://example.com",
"score": 0,
"site_admin": true,
"starred_url": "string",
"subscriptions_url": "http://example.com",
"suspended_at": "2019-08-24T14:15:22Z",
"text_matches": [
{
"fragment": "string",
"matches": [
{
"indices": [
0
],
"text": "string"
}
],
"object_type": "string",
"object_url": "string",
"property": "string"
}
],
"type": "string",
"updated_at": "2019-08-24T14:15:22Z",
"url": "http://example.com"
}
],
"total_count": 0
}
followers
or repositories
, or when the person joined
GitHub Enterprise Server. Default: best matchdesc
) or lowest number of matches (asc
). This parameter is ignored unless you provide sort
.