How can I get increased rate limits? #180131
-
Select Topic AreaQuestion BodyHi, I have an idea for a startup that would provide some analytics about current public github events. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Here’s what you need to know about GitHub Enterprise and API rate limits for analytics projects: 1. Can a Private Person Purchase GitHub Enterprise?
2. Do I Need a Company?
3. Are There Other Ways to Increase API Rate Limits?
For more information on plan options and possible upgrades, visit GitHub Pricing. Summary: You can compare plan features and rate limits at GitHub’s plans and see rate limits for GitHub Apps for technical options. Note You can ask copilot to clear doubts like these. |
Beta Was this translation helpful? Give feedback.
-
|
You normally can’t get Enterprise-level public-event rate limits as a private individual — Enterprise-level (15,000 req/hr) is tied to GitHub Enterprise Cloud organizations or apps/installs that belong to them. For a public-events analytics project, the usual routes are: (A) use authenticated apps/tokens (up to ~5,000 req/hr) or GitHub App installations on Enterprise orgs (higher limits), (B) use archival datasets like GH Archive / BigQuery instead of polling the API, or (C) contact GitHub Sales/support for a custom arrangement. |
Beta Was this translation helpful? Give feedback.
Here’s what you need to know about GitHub Enterprise and API rate limits for analytics projects:
1. Can a Private Person Purchase GitHub Enterprise?
2. Do I Need a Company?