Skip to main content
GET
https://www.osintcat.net
/
api
/
github-userinfo
GitHub User Info
curl --request GET \
  --url https://www.osintcat.net/api/github-userinfo
Get GitHub user information and email addresses fetched from commits.

Parameters

query
string
required
A GitHub username
id
string
required
Your API key

Response

Returns GitHub user information including profile details and email addresses extracted from commit history.

Example Request

curl "https://www.osintcat.net/api/github-userinfo?query=octocat&id=YOUR_API_KEY"