Skip to content

Getting Started with gitIDENTITY

Detect GitHub user locations via behavioral analysis.

Try the Preview

Visit preview.gitidentity.dev to analyze any GitHub user.

API Access

Use the hosted API for integration:

POST https://finder.github.codegroove.app/api/v1/detect
{
  "username": "torvalds"
}

Response:

{
  "username": "torvalds",
  "timezone": "America/Los_Angeles",
  "confidence": 0.87,
  "country_code": "US",
  "location_name": "Portland, OR"
}

See API Reference for full documentation.

Enterprise

For bulk screening, watchlist integration, and on-premise deployment, contact recon@codegroove.dev.