Simple service to get the public IP address - ipaddress.sh

sriganesh

Sri ganesh

Posted on May 15, 2020

Simple service to get the public IP address - ipaddress.sh

Hope everyone is doing fine. This is my first devpost and wanted to share this side project I was working on.

https://ipaddress.sh - It's a simple service to get the public IP address based on IPIFY API

#Get Public IP address
$ curl ipaddress.sh
151.101.2.217

Even though lots of services like this exist already (My favorite - icanhazip), tinkering with the open source code is helping me learn Go and API development.

This service is hosted on heroku and is not rate-limited.

Hope it's useful and easy to remember.

Thanks for reading!

More info: https://about.ipaddress.sh

💖 💪 🙅 🚩
sriganesh
Sri ganesh

Posted on May 15, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related