https://github.com/whois-api-llc/reverse-whois
Code samples of querying the Reverse Whois API service of Whois XML Api.
https://github.com/whois-api-llc/reverse-whois
api code-sample code-samples code-snippet code-snippets domain-name reverse-lookup reverse-whois whois whois-information whois-lookup whois-service whoisxmlapi whoisxmlapi-samples
Last synced: 2 months ago
JSON representation
Code samples of querying the Reverse Whois API service of Whois XML Api.
- Host: GitHub
- URL: https://github.com/whois-api-llc/reverse-whois
- Owner: whois-api-llc
- Created: 2017-12-07T10:04:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T06:25:44.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T20:51:27.554Z (3 months ago)
- Topics: api, code-sample, code-samples, code-snippet, code-snippets, domain-name, reverse-lookup, reverse-whois, whois, whois-information, whois-lookup, whois-service, whoisxmlapi, whoisxmlapi-samples
- Language: C#
- Homepage: https://reverse-whois.whoisxmlapi.com/api
- Size: 40 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Warning
> This version of the API is deprecated. It is strongly recommended to use
[Reverse Whois API 2.0](https://github.com/whois-api-llc/reverse-whois2)# Using the Reverse Whois API web service
[Reverse Whois API](https://www.whoisxmlapi.com/reverse-whois-api.php) is used
to search for domain records based on particular search terms such as name,
email, phone, address, etc. that are usually part of Whois records.
Query results will consist of all the corresponding domain records.Here you'll find examples of querying the API implemented in multiple
languages.You'll need a
[WhoisXmlApi account](https://www.whoisxmlapi.com/user/create.php) to
authenticate.Please, refer to the
[Reverse Whois API User Guide](https://www.whoisxmlapi.com/reverse-whois-api-guide.php)
for info on input parameters, request/response formats, authentication
instructions and more.