hi!

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

3.235.40.122

examples!

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

JSON


$ curl -L wmi.kokolor.es/json

}
    "ip": 3.235.40.122
}
                            

Plain


$ curl -L wmi.kokolor.es

3.235.40.122
                            

More CLI examples


$ curl -L wmi.kokolor.es
3.235.40.122

$ wget -qO- wmi.kokolor.es
3.235.40.122

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

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.