Important note: It appears that Freenom, the registrar for free .tk domain names, is dying. For quite some time now it is impossible to register new domain names. The question is if existing domains can still be renewed, something that I will only find out 2 weeks before the current lease expires. More often than not, their website is unresponsive. Sadly Freenom is not very open about this. Their latest news update is from 2016.

Therefore I have decided to abandone my .tk addresses all together once their lease times run out, including this one. I’m not going to renew them anymore. It was fun while it lasted. Thank you Freenom for providing free top level domain names for many years.

I’m not going to give this web page a paid domain name. So it is inevitable that this page is going to disappear. It may last until the end of October. But since I’m in the process of moving al my web sites to another server, I might decide to sunset this page even sooner than that.

This is my IPv4 address

44.220.249.141

And my hostname is: ec2-44-220-249-141.compute-1.amazonaws.com

IP Address CLI examples

$ curl https://ipaddress.tk/ip.php
44.220.249.141
$ http -b https://ipaddress.tk/ip.php
44.220.249.141
$ wget -qO- https://ipaddress.tk/ip.php
44.220.249.141
$ fetch -qo- https://ipaddress.tk/ip.php
44.220.249.141
$ bat -print=b https://ipaddress.tk/ip.php
44.220.249.141

Hostname CLI examples

$ curl https://ipaddress.tk/hostname.php
ec2-44-220-249-141.compute-1.amazonaws.com
$ http -b https://ipaddress.tk/hostname.php
ec2-44-220-249-141.compute-1.amazonaws.com
$ wget -qO- https://ipaddress.tk/hostname.php
ec2-44-220-249-141.compute-1.amazonaws.com
$ fetch -qo- https://ipaddress.tk/hostname.php
ec2-44-220-249-141.compute-1.amazonaws.com
$ bat -print=b https://ipaddress.tk/hostname.php
ec2-44-220-249-141.compute-1.amazonaws.com

FAQ

How do I force IPv4 or IPv6 lookup?

You could pass the appropriate flag to your client, e.g. curl -4 or curl -6.

Or you could use the https://ipv4.ipaddress.tk, or https://ipv6.ipaddress.tk URL.

Is automated use of this service permitted?

Yes, as long as the rate limit is respected. The rate limit is in place to ensure a fair service for all.

Please limit automated requests to a maximum of 1 request per minute.