List GitHub profile followers
List followers for a GitHub profile.
Use `lookupStatus` to distinguish found and not_found. Call `GET /v1/github/profiles/{handle}` when you need full profile details.
An empty `data.followers` array with `lookupStatus: "found"` means the profile resolved but this page returned no followers.
Headers
Get your API keyAPI key (`sfk_...`)
GitHub username whose followers should be listed.
min 1 chars · max 39 chars
Pagination cursor from a previous response (numeric page index as a string).
min 1 chars
Endpoint-specific response payload.
Whether followers could be listed for this handle.
one of: found, not_found
Followers for the requested profile page.
GitHub user id as a string.
GitHub node id when available.
GitHub login (username).
Avatar image URL when available.
Canonical public GitHub profile URL.
min 1 chars
Whether this account is a user or organization.
one of: User, Organization
Whether the account is a GitHub site administrator.
Pagination state for the current page.
Opaque cursor for the next page, or null when there is no next page.
Whether another page of results is available.
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
Code example
curl "https://api.socialfetch.dev/v1/github/profiles/torvalds/followers" \
-H "x-api-key: YOUR_API_KEY"Responses
Followers for the requested profile. Check `data.lookupStatus` and `data.page` for pagination.