GitHub Analytics β’ Fast β’ Simple
A blazing-fast Go API using GitHub GraphQL to fetch commits, languages, and stats β fully cached and optimized for integration.
Every endpoint requires you to provide a username.
To prevent exceeding GitHub API limits, you can supply a Personal Access Token (PAT) in the request headers:
Authorization: Bearer YOUR_GITHUB_PAT
Creating a GitHub PAT:
Go to GitHub β Settings β Developer settings β Personal access tokens
β Generate new token
This token is purely for avoiding API limits β it doesnβt provide any additional access to your GitHub account.
?username=YOUR_USERNAME
?username=YOUR_USERNAME
?username=YOUR_USERNAME
curl "http://octane.saadayar.com/commits/latest?username=dayneeboiiz"
curl -H "Authorization: Bearer YOUR_GITHUB_PAT" \
"http://octane.saadayar.com/commits/latest?username=dayneeboiiz"