This site provides a simple API for performing various diagnostic checks on any domain name's DNS zone.
Here is an example: api.zone.vision/google.com
The response currently is in the following format:
{ "name": "example.com", "parent": {...}, "authoritative": {...}, "resolver": {...}, "diagnostics": {...} }
The sections are:
- Name: the domain name that was queried.
- Parent: DNS results from one of the TLD parent name servers.
- Authoritative: DNS results from all authoritative name servers.
- Resolver: DNS results from one or more public resolvers.
- Diagnostics: Collection of pre-defined diagnostic results.
This service is brought to you by the team at DNSimple. We make DNS simple.