GitHub
Followers
Retrieves public GitHub followers for a user. Each follower includes login, avatar, user URL, type, and GitHub IDs. Pass username, handle, or a full GitHub user url. Supports cursor pagination.
get/v1/github/user/followers
Query parameters
handlestring
GitHub username/handle of the user you want the followers for
urlstring
GitHub user URL, e.g. https://github.com/torvalds.
cursornumber
Cursor from the previous response. Defaults to 1.
Response
Successful response
Changes
No recorded changes to this endpoint across all 1 revision of this API.