| IP Address | 38.107.191.91 |
| Remote Host | lang |
| User Agent | |
| Port | |
| Language | |
| Referer | |
| Connection | |
| KeepAlive | |
| Method | |
| Encoding | |
| MIME Type | |
| Charset | |
| Via | |
| X-Forwarded-For |
| Country | |
| Region | |
| City | |
| Zip/Postal Code | |
| Latitude | |
| Longtitude |
| $ curl ifconfig.me | ⇒ | 38.107.191.91 |
| $ curl ifconfig.me/ip | ⇒ | 38.107.191.91 |
| $ curl ifconfig.me/host | ⇒ | lang |
| $ curl ifconfig.me/ua | ⇒ | |
| $ curl ifconfig.me/port | ⇒ | |
| $ curl ifconfig.me/lang | ⇒ | |
| $ curl ifconfig.me/keepalive | ⇒ | |
| $ curl ifconfig.me/connection | ⇒ | |
| $ curl ifconfig.me/encoding | ⇒ | |
| $ curl ifconfig.me/mime | ⇒ | |
| $ curl ifconfig.me/charset | ⇒ | |
| $ curl ifconfig.me/via | ⇒ | |
| $ curl ifconfig.me/forwarded | ⇒ | |
| $ curl ifconfig.me/all | ⇒ | ip_addr: 38.107.191.91 remote_host: lang user_agent: port: lang: connection: keep_alive: encoding: mime: charset: via: forwarded: |
| $ curl ifconfig.me/all/xml | ⇒ | <info> <charset></charset> <connection></connection> <encoding></encoding> <forwarded></forwarded> <ip_addr>38.107.191.91</ip_addr> <keep_alive></keep_alive> <lang></lang> <mime></mime> <port></port> <remote_host>lang</remote_host> <user_agent></user_agent> <via></via> </info> |
| $ curl ifconfig.me/all/json | ⇒ | {"connection":"","ip_addr":"38.107.191.91","lang":"","remote_host":"lang","user_agent":"","charset":"","port":"","via":"","forwarded":"","mime":"","keep_alive":"","encoding":""} |