What is my IP address?

3.146.255.87

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

CLI examples

$ curl ifconfig.codeb2cc.com
3.146.255.87

$ wget -qO- ifconfig.codeb2cc.com
3.146.255.87

JSON output

$ curl ifconfig.codeb2cc.com/json
{
 "ip": "3.146.255.87",
 "continent": "NA",
 "country": "US",
 "city": "Columbus",
 "latitude": "39.96250",
 "longitude": "-83.00610"
}

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