Observação: você pode confirmar o status do seu limite de taxa atual a qualquer momento. Para obter mais informações, confira "Como verificar o status do seu limite de taxa".
About rate limits for apps
Rate limits for GitHub Apps and OAuth Apps depend on the plan for the organization where you install the application. For more information, see "GitHub's products" and "Types of GitHub accounts."
Server-to-server requests
Default server-to-server rate limits for GitHub.com
GitHub Apps making server-to-server requests use the installation's minimum rate limit of 5,000 requests per hour. If an application is installed on an organization with more than 20 users, the application receives another 50 requests per hour for each user. Installations that have more than 20 repositories receive another 50 requests per hour for each repository. The maximum rate limit for an installation is 12,500 requests per hour.
Server-to-server rate limits for GitHub Enterprise Cloud
GitHub Apps that are installed on an organization within an enterprise on GitHub.com are subject to a limit of 15,000 requests per hour per organization that has installed the app.
User-to-server requests
GitHub Apps and OAuth Apps can also act on behalf of a user, making user-to-server requests after the user authorizes the app. For more information, see "Authorizing GitHub Apps" and "Authorizing OAuth Apps."
User-to-server requests from OAuth Apps are authenticated with an OAuth token. User-to-server requests from GitHub Apps are authenticated with either an OAuth token or an expiring user access token. For more information, see "Identifying and authorizing users for GitHub Apps" and "Authorizing OAuth Apps."
Default user-to-server rate limits for GitHub.com
User-to-server requests are limited to 5,000 requests per hour and per authenticated user. All requests from OAuth applications authorized by a user or a personal access token owned by the user, and requests authenticated with any of the user's authentication credentials, share the same quota of 5,000 requests per hour for that user.
User-to-server rate limits for GitHub Enterprise Cloud
As solicitações de usuário para servidor estão sujeitas a um limite superior de 15 mil solicitações por hora e por usuário autenticado nos cenários a seguir.
- A solicitação é de um GitHub App que pertence a uma organização do GitHub Enterprise Cloud.
- A solicitação é de um OAuth App que pertence a uma organização do GitHub Enterprise Cloud ou que é aprovado por ela.
Further reading
- "Rate limiting" in the REST API documentation
- "Resource limitations" in the GraphQL API documentation