> For the complete documentation index, see [llms.txt](https://strangebutohwell.gitbook.io/knowledge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://strangebutohwell.gitbook.io/knowledge/web-services/dns-records/whois-lookup.md).

# WHOIS - Lookup

## ICANN Lookup

{% embed url="<https://lookup.icann.org/lookup>" %}

ICANN (Internet Corporation for Assigned Names and Numbers) lookup. Very detailed.&#x20;

Includes RAW [RDAP](/knowledge/web-services/dns-records/whois-lookup.md#rdap-protocol) (Registration Data Access Protocol) formatted data.&#x20;

## WHOIS.com

{% embed url="<https://www.whois.com/whois>" %}

{% hint style="info" %}
***Linkable URL***:  <https://www.whois.com/whois/exampledomain.com>
{% endhint %}

## RDAP Protocol

The Registration Data Access Protocol (RDAP) enables users to access current registration data and was created as an eventual replacement for the WHOIS protocol. RDAP was developed by the technical community in the Internet Engineering Task Force (IETF).

RDAP is a protocol that delivers registration data like WHOIS, but its implementation will change and standardize data access and query response formats. RDAP has several advantages over the WHOIS protocol, including support for internationalization, secure access to data, and the ability to provide differentiated access to registration data.

{% hint style="info" %}
***Source :***[ https://www.icann.org/rdap](https://www.icann.org/rdap)
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://strangebutohwell.gitbook.io/knowledge/web-services/dns-records/whois-lookup.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.
