hi!

This is yet another whats-my-ip-address service. Soooo, here is your IP address:

44.192.115.114

examples!

Here you have some examples how you can use this service.

JSON


$ curl -L wmi.kokolor.es/json

}
    "ip": 44.192.115.114
}
                            

Plain


$ curl -L wmi.kokolor.es

44.192.115.114
                            

More CLI examples


$ curl -L wmi.kokolor.es
44.192.115.114

$ wget -qO- wmi.kokolor.es
44.192.115.114

$ http --follow -b wmi.kokolor.es
44.192.115.114
                            

credits!

This little service is written in Lua, using the lua-http library and Pure.CSS. You can find the source files on my Gitea instance, Codeberg or Github.