API Reference¶
gitIDENTITY JSON API for detecting GitHub user locations.
Endpoint¶
Request¶
Response¶
{
"username": "torvalds",
"timezone": "America/Los_Angeles",
"confidence": 0.87,
"country_code": "US",
"location_name": "Portland, OR"
}
Response Fields¶
| Field | Type | Description |
|---|---|---|
username |
string | GitHub username |
timezone |
string | IANA timezone |
confidence |
number | 0.0 - 1.0 |
country_code |
string | ISO country code |
location_name |
string | Human-readable location |
Errors¶
404 - User Not Found
429 - Rate Limited
500 - Detection Failed
Enterprise¶
For bulk screening, watchlist integration, or on-premise deployment, contact recon@codegroove.dev.