Search code examples
githubcommitgithub-api

What is the rate limit on github commits api


I need to know the rate limit of using the api from:

https://developer.github.com/v3/repos/commits/

for one of my university projects. However, it doesn't seem to be explicitly mentioned on their website.

Or is it part of the search API? or events?


Solution

  • For unauthenticated requests, the rate limit allows for up to 60 requests per hour and for API requests using Basic Authentication or OAuth, you can make up to 5000 requests per hour.

    https://developer.github.com/v3/#rate-limiting