~ / Services / GitHub Email Finder

GitHub Email Finder

Enter a GitHub username to find their public email address.

API

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"]
}