Skip to content

Instantly share code, notes, and snippets.

@windoctor7
Last active October 31, 2017 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save windoctor7/fb946404beddfa75afbaeb892cbed651 to your computer and use it in GitHub Desktop.
Save windoctor7/fb946404beddfa75afbaeb892cbed651 to your computer and use it in GitHub Desktop.
JSON Github API search users
{
"username": "windoctor",
"website": null,
"display_name": "Ascari Q Romo Pedraza",
"uuid": "{0bd7171b-96f5-469f-a87d-46b53186a615}",
"links": {
"hooks": {
"href": "https://api.bitbucket.org/2.0/users/windoctor/hooks"
},
"self": {
"href": "https://api.bitbucket.org/2.0/users/windoctor"
},
"repositories": {
"href": "https://api.bitbucket.org/2.0/repositories/windoctor"
},
"html": {
"href": "https://bitbucket.org/windoctor/"
},
"followers": {
"href": "https://api.bitbucket.org/2.0/users/windoctor/followers"
},
"avatar": {
"href": "https://bitbucket.org/account/windoctor/avatar/32/"
},
"following": {
"href": "https://api.bitbucket.org/2.0/users/windoctor/following"
},
"snippets": {
"href": "https://api.bitbucket.org/2.0/snippets/windoctor"
}
},
"created_on": "2016-10-30T00:09:48.381865+00:00",
"is_staff": false,
"location": null,
"type": "user"
}
{
"total_count": 2,
"incomplete_results": false,
"items": [
{
"login": "windoctor",
"id": 954378,
"avatar_url": "https://avatars0.githubusercontent.com/u/954378?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/windoctor",
"html_url": "https://github.com/windoctor",
"followers_url": "https://api.github.com/users/windoctor/followers",
"following_url": "https://api.github.com/users/windoctor/following{/other_user}",
"gists_url": "https://api.github.com/users/windoctor/gists{/gist_id}",
"starred_url": "https://api.github.com/users/windoctor/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/windoctor/subscriptions",
"organizations_url": "https://api.github.com/users/windoctor/orgs",
"repos_url": "https://api.github.com/users/windoctor/repos",
"events_url": "https://api.github.com/users/windoctor/events{/privacy}",
"received_events_url": "https://api.github.com/users/windoctor/received_events",
"type": "User",
"site_admin": false,
"score": 35.1516
},
{
"login": "windoctor7",
"id": 23271691,
"avatar_url": "https://avatars2.githubusercontent.com/u/23271691?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/windoctor7",
"html_url": "https://github.com/windoctor7",
"followers_url": "https://api.github.com/users/windoctor7/followers",
"following_url": "https://api.github.com/users/windoctor7/following{/other_user}",
"gists_url": "https://api.github.com/users/windoctor7/gists{/gist_id}",
"starred_url": "https://api.github.com/users/windoctor7/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/windoctor7/subscriptions",
"organizations_url": "https://api.github.com/users/windoctor7/orgs",
"repos_url": "https://api.github.com/users/windoctor7/repos",
"events_url": "https://api.github.com/users/windoctor7/events{/privacy}",
"received_events_url": "https://api.github.com/users/windoctor7/received_events",
"type": "User",
"site_admin": false,
"score": 17.223087
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment