IPinfo recently launched their first free Downloadable Databases: IP to Country & ASN database, of premium quality. IPinfo data is highly popular among professionals from Cybersecurity, Martech, Fintech, and other industries.
I'm Ben - founder & CEO of IPinfo.io. Really excited for us to launch our free data downloads, that can be used for local IP to country and ASN lookup. A few details:
- MMDB, CSV and JSON format
- Full accuracy (not degraded quality compared to our paid downloads)
- IPv4 and IPv6 data
- A single file that includes both country and ASN details
- Daily updated
- CC Attribution license (no usage restrictions, only requirement is a link back to ipinfo.io)
Here's an example of querying the MMDB file using our mmdbctl tool:
$ echo "1.1.1.1" | mmdbctl read country_asn.mmdb | jq .
{
"as_domain": "cloudflare.com",
"as_name": "Cloudflare, Inc.",
"asn": "AS13335",
"continent": "NA",
"continent_name": "North America",
"country": "US",
"country_name": "United States"
}
Any feedback or thoughts please let us know!
Hey ProductHunt people,
I’m Abdullah, the DevRel (aka Developer Relations Engineer/Manager/Person) at IPinfo. If you have questions about our databases, downloads, or services, I’m your guy. :)
To get started I highly recommend that you read:
- Data downloads vs API or both
- IPinfo database formats
In addition to data downloads, we also offer 50,000 free API requests every month. Go check out our free IP geolocation API service.
Feel free to ask whatever you want to ask. My goal is to help developers, like myself, get up and running with our IP downloads and service.
Fun Fact: I am an avid lurker on ProductHunt and launched one of my own projects on PH a few years ago.
IPinfo