https://github.com/whois-api-llc/reverse-whois2
Code samples of querying the Reverse Whois API service of Whois XML Api.
https://github.com/whois-api-llc/reverse-whois2
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-whois2
- Owner: whois-api-llc
- Created: 2018-07-20T14:05:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T06:22:24.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T20:51:29.191Z (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: 35.2 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using the Reverse Whois API 2.0 web service
[Reverse Whois API](https://reverse-whois.whoisxmlapi.com/api) 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://reverse-whois.whoisxmlapi.com/api/signup) to
authenticate.
You can use either the **X-Authentication-Token** header or the **apiKey**
parameter of the request's body.Please, refer to the
[Reverse Whois API User Guide](https://reverse-whois.whoisxmlapi.com/api/documentation/making-requests)
for info on input parameters, request/response formats, authentication
instructions and more.