Skip to content
Go back

Free IP API

Published:  at  03:22 PM

After searching on the Internet for websites that provide a service for getting more information about IP addresses, Like what country they belong to, I decided to create a free one!

What is an IP API

Sometimes we need to know where our users come from, Geolocational I mean. To do this we need to have access to an IP Database to fetch users’ locations according to their IP address.

We have two options here:

The second option is called IP API.

What is this post about?

As you can guess, I am going to introduce something to you :). Long story short, I created freeipapi.com. A free forever IP API.

But there are plenty of websites like this

Yes. I googled so much about it but I couldn’t find an absolutely free IP API on the web so they allow you to use it in your commercial projects!

Feel free to use this in your all projects 🎉

Not open-source

This website is not an open-source project; however, The tool that I used in it is open-source!

Check the IP2Location package on my Github.

I really enjoy creating useful tools for developers 🙂


Suggest Changes

Previous Post
Laravel Custom Helpers, Facades, and Testing Fakes