Skip to main content
GET
/
api
/
github-osint
GitHub OSINT
curl --request GET \
  --url https://www.osintcat.net/api/github-osint \
  --header 'X-API-KEY: <x-api-key>'
Find a GitHub account by its email and get a full lookup.

Parameters

query
string
required
Email address

Headers

X-API-KEY
string
required
Your API key

Response

Returns GitHub account information associated with the email address.

Example Request

curl "https://www.osintcat.net/api/github-osint?query=user@example.com" \
     -H "X-API-KEY: YOUR_API_KEY"