Your IP Address is 3.238.88.35.
Field name | Value |
---|---|
IP | 3.238.88.35 |
Host Name | [ec2-3-238-88-35.compute-1.amazonaws.com.] |
Country Code | US |
Country Name | United States |
User Agent | [CCBot/2.0 (https://commoncrawl.org/faq/)] |
Accept | [text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8] |
Accept Language | [en-US,en;q=0.5] |
Accept Encoding | [br,gzip] |
Via | [] |
XForwarded For | [3.238.88.35] |
XForwarded Port | [] |
XForwarded Proto | [https] |
Request URI | / |
How can I get my external IP address in bash?
Command | Response | ||
---|---|---|---|
$ curl inet-ip.info | 3.238.88.35\n | ||
$ curl inet-ip.info/ip | 3.238.88.35 | ||
$ curl inet-ip.info/json | {"IP":"3.238.88.35","Hostname":"[ec2-3-238-88-35.compute-1.amazonaws.com.]","CountryCode":"US","CountryName":"United States","Accept":["text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"],"AcceptEncoding":["br,gzip"],"AcceptLanguage":["en-US,en;q=0.5"],"UserAgent":["CCBot/2.0 (https://commoncrawl.org/faq/)"],"Via":null,"XForwardedFor":["3.238.88.35"],"XForwardedPort":null,"XForwardedProto":["https"],"RequestURI":"/"} | ||
$ curl inet-ip.info/json/indent | JSON pretty print | ||
$ curl inet-ip.info/yaml | YAML format | ||
$ curl inet-ip.info/toml | TOML format |