LQ
Provides publicly available information about someone with a GitHub account.
https://api.github.com/users/:usernameAcceptRecommended for GitHub API v3
application/vnd.github.v3+jsoncurl -X GET \ "https://api.github.com/users/:username" \ -H "Accept: application/vnd.github.v3+json"
{
"login": "octocat",
"id": 1,
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
"html_url": "https://github.com/octocat",
"type": "User",
"name": "monalisa octocat",
"company": "GitHub",
"blog": "https://github.com/blog",
"location": "San Francisco",
"email": "octocat@github.com",
"public_repos": 2,
"followers": 20,
"following": 0,
"created_at": "2008-01-14T04:33:35Z"
}