-
Notifications
You must be signed in to change notification settings - Fork 221
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
[New Feature] Add IP2Location.io API in gipquery.c #996
Comments
Hi, thanks for reaching out! |
Yes, both APIs are free to use. For the IP geolocation API, there is a limit of 500 queries per IP address per day. |
Thanks! I'll look into this, I'm in the process of doing a large update anyway. |
..."message":"Limit to 500 queries per day. Sign up for a Free plan at https://www.ip2location.io to get 30K queries per month."} |
@obsy The keyless/tokenless 500 credits should be sufficient in most use case. |
Hi @ip2location
Is this expected to work? I get the following message every time
The geolocation api seems to work fine. |
Sorry, the correction endpoint should be as following: (a) get user IP address - https://ip2location.io/ip |
Thanks for letting us know about your service, I've added it in to our new development branch with commit 6749b46. |
I would like to suggest adding IP2Location.io API to gipquery.c.
(a) get user IP address - https://ip2location.io/ip
(b) get IP geolocation by IP address - https://api.ip2location.io/?ip=[IP]
The text was updated successfully, but these errors were encountered: