-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d5d2bf3
commit c7df945
Showing
1 changed file
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
# Warning | ||
> This version of Whois API is obsolete. It is strongly recommended to use [Whois API 2.0](https://github.com/whois-api-llc/whois2) | ||
> This version of the API is deprecated. It is strongly recommended to use | ||
[Whois API 2.0](https://github.com/whois-api-llc/whois2) | ||
|
||
## Using the Whois API web service | ||
|
||
## Making a query to Whois API web service | ||
[Whois API](https://www.whoisxmlapi.com/whois-api-doc.php) provides domain | ||
names'/IP addresses' well-parsed and accurate registration | ||
details—also known as Whois Records—such as registrant names, emails, | ||
addresses, registrar info, creation/expiration dates etc. for most of the | ||
gTLDs and ccTLDs. | ||
|
||
[WhoisXmlApi.com](https://www.whoisxmlapi.com/) has been gathering domain | ||
Whois records for almost all gTLDs and ccTLDs for over a decade. | ||
This data is unified, consistent, well parsed, and accurate and provided | ||
through real-time APIs. | ||
Here you'll find examples of using the API implemented in multiple languages. | ||
|
||
Here you'll find examples of using | ||
[www.whoisxmlapi.com](https://www.whoisxmlapi.com/) Hosted Whois Web API | ||
implemented in multiple languages. | ||
You'll need a | ||
[WhoisXmlApi account](https://www.whoisxmlapi.com/user/create.php) to | ||
authenticate. | ||
|
||
Please, refer to | ||
[Whois API User Guide](https://www.whoisxmlapi.com/whois-api-guide.php) for | ||
authentication instructions. | ||
info on input parameters, request/response formats, authentication | ||
instructions and more. |