hi!

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

18.206.13.203

examples!

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

JSON


$ curl -L wmi.kokolor.es/json

}
    "ip": 18.206.13.203
}
                            

Plain


$ curl -L wmi.kokolor.es

18.206.13.203
                            

More CLI examples


$ curl -L wmi.kokolor.es
18.206.13.203

$ wget -qO- wmi.kokolor.es
18.206.13.203

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

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.