Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How many requests can I do? #17

Open
Iquaridys opened this issue Jun 23, 2022 · 2 comments
Open

How many requests can I do? #17

Iquaridys opened this issue Jun 23, 2022 · 2 comments

Comments

@Iquaridys
Copy link

your endpoints are limited ?
How many requests can I do per minute from an IP address?

EricDunsworth added a commit to EricDunsworth/wet-boew that referenced this issue Jul 18, 2022
* Replace all references to freegeoip.app (which stopped working in late April) with country.is and api.country.is
* Rename country_code JSON key to country
* Overview of country.is:
  * Has existed since 2014-2015
  * Site claims not to collect request logs
  * Doesn't have any usage limits according to lineofflight/country#17
  * Discovered it in public-apis/public-apis#geocoding
* Successor to wet-boew#8928
EricDunsworth added a commit to EricDunsworth/wet-boew that referenced this issue Jul 20, 2022
* Replace all references to freegeoip.app (which stopped working in late April) with country.is and api.country.is
* Rename country_code JSON key to country
* Overview of country.is:
  * Has existed since 2014-2015
  * Site claims not to collect request logs
  * Doesn't have any usage limits according to lineofflight/country#17
  * Discovered it in public-apis/public-apis#geocoding
* Successor to wet-boew#8928
@sagrawal31
Copy link

We are doing a sizable number of lookups and getting a huge 429 error from the API-

image

Any solution/workaround to this?

@hakanensari
Copy link
Member

hakanensari commented Aug 20, 2024

See #33

For server-side bulk queries, you will be better off querying the underlying database directly: https://github.com/runk/node-maxmind

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants