~ / Services / GitHub Email Finder
Enter a GitHub username to find their public email address.
You can also query the API directly. It returns JSON.
# Find emails for a GitHub user
curl "/api?username=torvalds"
Response:
{
"username": "torvalds",
"emails": ["torvalds@linux-foundation.org"]
}