An open API service indexing awesome lists of open source software.

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.

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.