Skip to main content
MethodEndpointParameters
GET/github/userusername
GET/github/searchquery, limit (default 10)
GET/github/followersusername, limit (default 100)
GET/github/followingusername, limit (default 100)
GET/github/orgsusername
GET/github/reposusername, limit (default 100), sort (default “updated”)
GET/github/gistsusername, limit (default 100)
GET/github/starredusername, limit (default 100)
curl -H "Authorization: Bearer <key>" "https://api.scrape.rocks/github/user?username=octocat"
{
  "login": "octocat",
  "id": 583231,
  "avatar_url": "https://avatars.githubusercontent.com/u/583231",
  "html_url": "https://github.com/octocat",
  "name": "The Octocat",
  "company": "@github",
  "location": "San Francisco",
  "email": "octocat@github.com",
  "bio": "A robot",
  "public_repos": 8,
  "followers": 9500,
  "following": 9,
  "created_at": "2011-01-25T18:44:36Z"
}