hi!

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

3.238.250.73

examples!

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

JSON


$ curl -L wmi.kokolor.es/json

}
    "ip": 3.238.250.73
}
                            

Plain


$ curl -L wmi.kokolor.es

3.238.250.73
                            

More CLI examples


$ curl -L wmi.kokolor.es
3.238.250.73

$ wget -qO- wmi.kokolor.es
3.238.250.73

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

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.