nowfound

Dev tools · May 8, 2025

WI

We (IPinfo) built a free IP data API that supports unlimited requests

I am Abdullah from IPinfo. We have finally launched our API service that supports an unlimited amount of requests to fetch IP to Country and ASN database. It is free to use. https://ipinfo.io/lite Try out this token for the next several to check out the API service: a6c2e5328296f5 https://api.ipinfo.io/lite/8.8.8.8?token=a6c2e5328296f5 https://api.ipinfo.io/lite/me?token=a6c2e5328296f5 - The API system is built using Node.js from the ground up but we are currently moving our backend to Rust. We processed over 2 trillion requests last…

What it does

In the maker’s words, at launch

I am Abdullah from IPinfo. We have finally launched our API service that supports an unlimited amount of requests to fetch IP to Country and ASN database. It is free to use. https://ipinfo.io/lite Try out this token for the next several to check out the API service: a6c2e5328296f5 https://api.ipinfo.io/lite/8.8.8.8?token=a6c2e5328296f5 https://api.ipinfo.io/lite/me?token=a6c2e5328296f5 - The API system is built using Node.js from the ground up but we are currently moving our backend to Rust. We processed over 2 trillion requests last year alone and we have taken the lessons to build a new API system from scratch. - The API service is based on our IPinfo Lite database, which provides IP to Country ASN information with full accuracy [1], daily updates [2], and active measurement-based [3] licensed under CC BY SA 4.0 [4]. - The IPinfo Lite database is network/CIDR-based, making it suitable for firewall applications and basic access control stuff. - Enterprise-ready and mission-critical data available for free [5]. - Why the unlimited requests API? Downloading, updating, and using special integrations/libraries (MMDB reader library) posed a challenge for the universal adoption of our IPinfo Lite (formerly IP to Country ASN) database. So, we had to launch an API service that can support unlimited requests. We want our data to be used everywhere, so we are happy to build the support for it. - The data can be accessed through the API, data downloads, and is being delivered to Snowflake and Google BigQuery. We are looking to find more integrations and platforms where people are interested in using our data. --- [1] In the IP geolocation world, there are free databases that cluster/aggregate/generalize IP meta information to a larger subnet mask usually `/24` for IPv4 addresses. This means the majority representing value is chosen across all 256 IP addresses. [2] IPv4 addresses change about 0.03% each day, which may not seem like a lot, but in terms of web traffic, it does matter. The database is designed to be distributable and integratable so that IP addresses looked up against the database are expected in the billions per day, hopefully tens of billions. Other free databases in the industry are updated weekly or even monthly. https://ipinfo.io/blog/how-many-ips-change-geolocation-over-... [3] We host a unique infrastructure of 920+ distributed servers worldwide through which we run network diagnostics (mainly pings and traceroutes) to generate measurements (evidence-based geolocation of IPs). As far as I know, this type of network, or at least at this scale, is unique to us. https://ipinfo.io/blog/probe-network-how-we-make-sure-our-da... [4] CC BY SA 4.0 is a standard open-source license that allows redistribution and even commercial usage with public attribution. It is used by Wikipedia. We do not have an EULA that other databases may have. [5] This service is designed for enterprise, global organizations, and open-source projects on the scale of operating systems. The free data is being used by F500 companies, OSS operating systems, firewall software, and many other services. I do not know about every one of them. So, if you are using our data, please let me know. We actively listen. Sure, IP geolocation is not going to be absolutely accurate, and I welcome people telling us what is wrong with our data because every time you do, we open a ticket, we drill down, and our data gets a little bit better. The data is best in class, the licensing terms are unmatched, and what you receive is also the service (unlimited requests, data downloads, integrations). We are doing all of this for free without compromising the quality of the data and the service but there is no gotcha. We really appreciate people trying and telling us they use our data. If you want to use or are already using our data, let me know your thoughts.

Does the same job

all alternatives →
  • IPLocate2018 · ▲95

    1,500 free IP address lookups per day. One, quick request.

  • AA
    An API to provision custom hostnames with SSL2017 · ▲90

    We launched an API for custom hostnames today. A simple HTTP post with a hostname gets a temp hostname with CNAME/a record instructions, as soon as DNS is setup we issue SSL and start accepting traffic for that hostname. It's the quickest way we know of to provision custom hostnames: https://fly.io/mix/custom-hostnames/ When we started building Fly, we figured it was too late to "make SSL easy and the customers will come". Lets Encrypt changed the world, and we knew many companies rolling their own SSL support with nginx, Traefik, etc, etc. It seemed like a…

  • AF
    A free curl API for IP data (we scan the IPv4 space in <24h)Jul 2026 · worldip.io · ▲10

    The curl API for WorldIP is now live and completely free to use. You can hit it right from your terminal: curl worldip.io — returns information about your requesting IP. curl worldip.io&#x2F;8.8.8.8 — returns details on any specific IP. The main differentiator here is that we aren't just wrapping another provider's API and reselling their data. We built and run our own global infrastructure capable of scanning the entire IPv4 space in about a day. Happy to answer any questions about the scanning infrastructure or the stack!

  • SI
    Summarize IPs (bulk geo, asn, privacy report for IP addresses)2021 · ▲11

    We recently launched a free tool that shows a summary of the top cities, countries, asns, routes and much of the other context that we (IPinfo) have for any IP addresses you paste into it. Sample results: https:&#x2F;&#x2F;ipinfo.io&#x2F;summarize-ips&#x2F;result?id=239e90aa-88b8-4476-84c7-bfd10ed2de3f You can paste any arbitrary text into the tool at https:&#x2F;&#x2F;ipinfo.io&#x2F;summarize-ips and we'll extract the IPs. It can be useful for getting a quick summary of a set of IPs (eg. click on first google result for "public proxies", copy and paste the results into the tool, and see…

  • II
    Ipinfo.io CLI2021 · ▲9

    We've just launched an opensource golang `ipinfo` cli that lets you quickly and easily get IP address data from the cli. You can lookup geolocation, isp, carrier & vpn status for a single IP (in much the same way you can by `curl ipinfo.io`) but there's a bunch of additional functionality, including: - bulk lookups of IPs - summarize IPs (so get top ASNs, cities etc from a ton of IPs) - grepip subcommand to grep for IPs (v4, v6 and bogon flags available) - map command to map a bunch of IPs And more! See https:&#x2F;&#x2F;github.com&#x2F;ipinfo&#x2F;cli for more details and installation…

  • FI
    Free .io Availability Checker2012 · ▲7

    Someone is selling a list of available three, four, and five letter .io domains that are available for $20. This - https://gist.github.com/4111298 - generates a list of available .io domains of any length (user specified). And, its free. (I'm away from my computer, so it isn't tested, but I ran it in repl.it). Edit - this is the seller - http://news.ycombinator.com/item?id=4804627

More dev tools this month

the category →
  • Dograh592

    The open source VAPI alternative

    Dev tools · 25d ago · dograh.com

  • Meridian530

    Don't let your work go unnoticed. Get promoted!

    Dev tools · 20d ago · meridiona.com

  • x1516

    Lovable for iPhone apps go from idea to App Store

    Dev tools · 11d ago · x1.new

  • Open-source GTM skills for technical founders

    Dev tools · 29d ago · gtmcofounder.com

  • OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.

    Dev tools · 2d ago · opentrailpaper.com

  • Nuphos380

    The AI-Native DevOps Workspace.

    Dev tools · 24d ago · nuphos.ai

Launched alongside, May 2025

the whole month →