DNS Lookups

API to programmatically perform DNS lookups.
curl --request GET 'https://api.apilayer.com/dns_lookup/api/a/google.com' \
--header 'apikey: YOUR API KEY'
{"domain":"google.com","processResponseTime":"10ms","requestType":"A","results":[{"ipAddress":"108.177.122.139"},{"ipAddress":"108.177.122.101"},{"ipAddress":"108.177.122.102"},{"ipAddress":"108.177.122.113"},{"ipAddress":"108.177.122.138"},{"ipAddress":"108.177.122.100"}],"warnings":[]}

DNS Lookup API is a REST API that has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.It programmatically performs lookups for A, NS, MX, AAAA, TXT and SOA records of any domain (GET requests).