The GitHub User Info endpoint retrieves the full public profile of any GitHub user, including follower count, repositories, company, location, and email addresses.
GET https://api.piloterr.com/v2/github/user/info?query=torvalds
Parameter
Type
Required
Description
query
string
yes
GitHub profile URL, username, or email
Field
Type
Description
login
string
GitHub username
name
string
Display name
company
string
Company affiliation
followers
number
GitHub followers
public_repos
number
Public repository count
email
array
Associated email addresses
Only public profile data is returned.
Email may be empty if not made public.
Enrich developer records with GitHub profile data for technical outreach
Verify developer credentials via follower count and repositories
Build developer analytics dashboards with open-source metrics
Identify open-source project maintainers by username or email
This is not an official API. Piloterr is an independent data provider and is not affiliated with, endorsed by, or sponsored by Piloterr or its owners. All trademarks belong to their respective owners.