-
Notifications
You must be signed in to change notification settings - Fork 5
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
071e10a
commit 00cd93a
Showing
1 changed file
with
6 additions
and
4 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,17 +1,19 @@ | ||
# Using the Whois API 2.0 web service | ||
|
||
[Whois API 2.0](https://whoisapi.whoisxmlapi.com/) provides domain | ||
[Whois API](https://whoisapi.whoisxmlapi.com) 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. | ||
|
||
Here you'll find examples of using the API implemented in multiple languages. | ||
Here you'll find examples of querying the API implemented in multiple | ||
languages. | ||
|
||
You'll need a | ||
[WhoisXmlApi account](https://whoisapi.whoisxmlapi.com/signup) to | ||
authenticate. | ||
|
||
Please, refer to the | ||
[Whois API 2.0 docs](https://whoisapi.whoisxmlapi.com/docs) for info on input | ||
parameters, request/response formats, authentication instructions and more. | ||
[Whois API documentation](https://whoisapi.whoisxmlapi.com/docs) for info on | ||
input parameters, request/response formats, authentication instructions and | ||
more. |