GitHub · Rate Limits
Github Rate Limits
GitHub REST and GraphQL API rate limits, including secondary limits and Git LFS limits.
Github Rate Limits is the machine-readable rate-limit profile for GitHub on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 8 rate-limit definitions, measuring requests_per_hour and requests_per_minute.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled and secondaryAbuse.
Tagged areas include Rate Limiting and API Management.
8 Limits
Throttle: 403
Rate LimitingAPI Management
Limits
Unauthenticated ip
60
Authenticated (Personal Access Token) user
5000
GitHub App (Standard) installation
5000
GitHub App (Enterprise Cloud) installation
15000
OAuth App (Enterprise Cloud) oauth-app
15000
GitHub Actions GITHUB_TOKEN repository
1000
Git LFS Authenticated user
3000
Search API user
30
Policies
Continuing while limited triggers ban
Repeated requests after rate limit can result in integration banning.
Reset time as Unix epoch
x-ratelimit-reset returns reset as UTC epoch seconds.
Conditional requests free
Conditional requests (304 Not Modified) do not count against rate limits.