hakanensari / country

IP-to-country geolocation API
http://country.is/
157 stars 19 forks source link

country.is restricted by usage #33

Open Fitrixx opened 5 months ago

Fitrixx commented 5 months ago

Thank you so much for all ur work <3 much appreciate it

so sometimes i get response 429 too much request o i get over this and can i ask how much can one ip request ?

i'm using it with CURL and PHP <3

AbhishekTaparia commented 2 months ago

Same question. Is there any throttling for this? How many request per sec or min..?

hakanensari commented 1 month ago

Yes, I have rate limiting enabled—100 requests per 10 seconds, per IP. The 429 error response will now clarify this.

For bulk queries, consider downloading the database and querying it locally.