Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 818 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 818 Bytes

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.