0

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?

1
  • I'm voting to close this question as off-topic because it is about limits imposed by an off-site vendor or service and not a programming question as defined in the help center guidelines. Commented Nov 28, 2018 at 18:59

1 Answer 1

3

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.