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

Consider using IP2Location.io API as a failover #41

Open
ip2location opened this issue Aug 16, 2024 · 1 comment
Open

Consider using IP2Location.io API as a failover #41

ip2location opened this issue Aug 16, 2024 · 1 comment

Comments

@ip2location
Copy link

Currently, you're calling ip-api.com for the geolocation. As a failover, please consider using the IP2Location.io API via the endpoint https://api.ip2location.io/. Our service provided 500 queries per day for keyless query, or 30000 queries per month if you sign up our free plan. You can read more on the result returned via our documentation.

@lewismc
Copy link
Contributor

lewismc commented Aug 20, 2024

Thank you @ip2location for the suggestion 👍
Please define "failover" in this context.
Do you mean if the call to ip-api.com isn't successful for whatever reason then the program would then attempt https://api.ip2location.io/?
Thank you

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

2 participants