Open abdullahdevrel opened 3 months ago
I actually looked at your site when I was considering using an API service or not. There is good data to be pulled with your API, and integration could be very beneficial.
Are you able/willing to add support without removing features (like using a locally available maxmind database w/o limitations on query count?)
My biggest concerns with a feature add:
Thank you for checking us out.
Are you able/willing to add support without removing features (like using a locally available maxmind database w/o limitations on query count?)
If you want to use an existing database with our database, that is fine as well. Using a database (which is inherently offline) will give you essentially unlimited queries against it.
In terms of our API access, we have a limit of 50,000 requests per month for free.
I am requesting to add support for IPinfo's IP to Country database to the project. The database has the following features:
Database schema
start_ip
end_ip
country
country_name
continent
continent_name
asn
as_name
as_domain
Documentation: https://ipinfo.io/developers/ip-to-country-asn-database
Samples are available here: https://github.com/ipinfo/sample-database/tree/main/IP%20to%20Country%20ASN
The database can be downloaded simply by accessing the storage URI with an access token.
If you do not need the ASN field, you can use the free IP to Country Database as well.
Let me know what you think. Thanks!