3.144.157.244
Multiple command line HTTP clients are supported, including curl, httpie, GNU Wget and fetch.
No
$ curl https://ip.protenus.com 3.144.157.244 $ http -b ip.protenus.com 3.144.157.244 $ wget -qO- ip.protenus.com 3.144.157.244 $ fetch -qo- https://ip.protenus.com 3.144.157.244 $ bat -print=b ip.protenus.com/ip 3.144.157.244
$ http ip.protenus.com/json { "ip": "3.144.157.244", "ip_decimal": 59809268 }
Setting the Accept: application/json
header also works as expected.
Always returns the IP address including a trailing newline, regardless of user agent.
$ http ip.protenus.com/ip 3.144.157.244