Skip to content

Rate Limits

Anthony edited this page Apr 25, 2023 · 2 revisions

As the "endpoints" are simply files hosted in a branch of this repo, you are subject to rate limiting as set by GitHub themselves.

Based on GitHub's documentation on rate limits, the rate limit is 5000 requests/hour per user (or per IP).

On top of this ratelimiting, GitHub caches these raw files for 5 minutes once accessed. For this reason, it is recommended to not access a given endpoint more often than this, as the data will not change.

Clone this wiki locally