NS Lookup
DNSList the authoritative nameservers a domain is delegated to.
Use this from the command line
curl -s https://ipcow.com/api/tools/ns-lookup \
-H 'content-type: application/json' \
-d '{"domain":"example.com"}' List the authoritative nameservers a domain is delegated to.
curl -s https://ipcow.com/api/tools/ns-lookup \
-H 'content-type: application/json' \
-d '{"domain":"example.com"}'