SOA Lookup
DNSRead a zone's SOA record — primary NS, contact, serial and refresh/retry/expiry timers.
Use this from the command line
curl -s https://ipcow.com/api/tools/soa-lookup \
-H 'content-type: application/json' \
-d '{"domain":"example.com"}'