Skip to content

Code samples of querying the DNS Lookup API service of Whois XML Api.

Notifications You must be signed in to change notification settings

whois-api-llc/dns-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using the DNS Lookup API web service

DNS Lookup 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 to authenticate.

This API also supports API key authentication.

Please, refer to the DNS Lookup API User Guide for info on input parameters, request/response formats, authentication instructions and more.