Get Zone
Zone info by zone name.
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Response
ItemZoneResponse
Complete zone info with all records included
email address of the administrator responsible for this zone
describe dnssec status true means dnssec is enabled for the zone false means dnssec is disabled for the zone
dnssec_status is the four-state lifecycle status of DNSSEC for the zone, driven by the
parent-DS scan against the registrar. One of: pending, active, pending-disabled, disabled.
Empty when DNSSEC has never been enabled for the zone.
dnssec_status_modified_on is the RFC3339 timestamp of the last dnssec_status change.
number of seconds after which secondary name servers should stop answering request for this zone
ID of zone. This field usually is omitted in response and available only in case of getting deleted zones by admin.
arbitrarily data of zone in json format
name of DNS zone
Time To Live of cache
primary master name server for zone
number of seconds after which secondary name servers should query the master for the SOA record, to detect zone changes.
number of seconds after which secondary name servers should retry to request the serial number
Serial number for this zone or Timestamp of zone modification moment. If a secondary name server slaved to this one observes an increase in this number, the slave will assume that the zone has been updated and initiate a zone transfer.