# My IP Address Checkers

## Simple IP Address Checkers

## Text Only

* <https://geocode.xyz/myip>
* [https://ipaddress.sh](https://ipaddress.sh/)
* [https://api.ipify.org](https://api.ipify.org/)
* [eth0.me](http://eth0.me/)
* <https://f3.to/ip/>
* <https://ipecho.net/plain>
* [whatismyip.akamai.com](http://whatismyip.akamai.com/)
* [https://checkip.amazonaws.com](https://checkip.amazonaws.com/)
* [https://icanhazip.com](https://icanhazip.com/)
* [https://ipaddress.sh](https://ipaddress.sh/)
* [HTTPBin](https://httpbin.org/ip)
* [My Ip Address](https://myipaddress.ru/) : xml, txt, json output

## curl

* `curl f3.to/ip/`
* `curl httpbin.org/ip`
* `curl ipecho.net/plain`
* `curl ifconfig.me`
* `curl checkip.amazonaws.com`
* `curl icanhazip.com` `(Invoke-WebRequest 'icanhazip.com').Content`
* `curl ipinfo.io` `(Invoke-WebRequest 'ipinfo.io').Content`
* `nslookup myip.opendns.com resolver1.opendns.com`

## Extended Information

* [WTFismyIP](https://wtfismyip.com/)
* [Ifconfig.me](https://ifconfig.me/)
* [Ifconfig.co](https://ifconfig.co/)
* [IPKitten.com](https://ipkitten.com/)
* <https://cloudflare.com/cdn-cgi/trace>
* [IPinfo.io](https://ipinfo.io/)
* [IP-Address](https://www.ip-address.org/)
* [What is My IP](https://www.whatismyip.com/)
* [Toolsvoid](https://www.toolsvoid.com/what-is-my-ip-address/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://irosyadi.gitbook.io/irosyadi/hacking/my-ip-address-check.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
