'What is the Github HTTP rate limit (Not API limit)?

What is the Github HTTP request limit?

I made a crawler to crawl data from Github, but sometimes it returns with error code 429 which is "Too many request", so I would like to know what is the Github request limit per minute or per hour?



Solution 1:[1]

The rate limits are based on the token (pat, oauth, app, deploy key) that you are using and the value varies based on the kind of license (free, pro, team, Enterprise) your account falls under and she kind of API you are accessing (public API, private API, Rest or GraphQL)

The docs for rate limits can be found here:

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 jessehouwing