List GitHub profile following
List accounts a GitHub profile follows.
Use `lookupStatus` to distinguish found and not_found. Call `GET /v1/github/profiles/{handle}` when you need full profile details.
An empty `data.following` array with `lookupStatus: "found"` means the profile resolved but this page returned no accounts (for example the profile follows nobody).
Headers
Get your API keyAPI key (`sfk_...`)
GitHub username whose following list 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 following could be listed for this handle.
one of: found, not_found
Accounts followed by the requested profile.
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/following" \
-H "x-api-key: YOUR_API_KEY"Responses
Accounts followed by the requested GitHub profile.