https://github.com/whois-api-llc/dns-lookup
Code samples of querying the DNS Lookup API service of Whois XML Api.
https://github.com/whois-api-llc/dns-lookup
api code-sample code-samples code-snippet code-snippets dns dns-lookup dns-record domain-name whois whois-information whois-lookup whois-service whoisxmlapi whoisxmlapi-samples
Last synced: 8 months ago
JSON representation
Code samples of querying the DNS Lookup API service of Whois XML Api.
- Host: GitHub
- URL: https://github.com/whois-api-llc/dns-lookup
- Owner: whois-api-llc
- Created: 2017-12-06T08:27:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T10:24:35.000Z (almost 4 years ago)
- Last Synced: 2025-01-25T21:27:59.561Z (10 months ago)
- Topics: api, code-sample, code-samples, code-snippet, code-snippets, dns, dns-lookup, dns-record, domain-name, whois, whois-information, whois-lookup, whois-service, whoisxmlapi, whoisxmlapi-samples
- Language: C#
- Homepage: https://dns-lookup.whoisxmlapi.com/api
- Size: 1.27 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using the DNS Lookup API web service
[DNS Lookup API](https://dns-lookup.whoisxmlapi.com/api) performs DNS queries
via simple HTTP requests and returns results containing the IP address of the
primary domain (A record), DNS servers, mail servers (MX records) and more as
JSON/XML-encoded objects.
Here you'll find examples of querying the API implemented in multiple
languages.
You'll need a
[WhoisXmlApi account](https://dns-lookup.whoisxmlapi.com/api/signup) to
authenticate.
This API also supports
[API key authentication](https://dns-lookup.whoisxmlapi.com/api/documentation/making-requests).
Please, refer to the
[DNS Lookup API User Guide](https://dns-lookup.whoisxmlapi.com/api/documentation/making-requests) for
info on input parameters, request/response formats, authentication
instructions and more.