What is my IP address?

18.97.9.168

Multiple command line HTTP clients are supported, including curl, GNU Wget.

CLI examples

$ curl ifconfig.jeanfarrugia.net
18.97.9.168

$ wget -qO- ifconfig.jeanfarrugia.net
18.97.9.168

JSON output

$ curl ifconfig.jeanfarrugia.net/json
{
 "ip": "18.97.9.168",
 "continent": "NA",
 "country": "US",
 "city": "Ashburn",
 "latitude": "39.04372",
 "longitude": "-77.48749"
}

Setting the Accept: application/json header also works as expected.