domainResponse
No description available in the specification.
Fields
Section titled “Fields”| Field | Type | Required | Description |
|---|---|---|---|
domain | fqdn_relaxed | yes | Fully Qualified Domain Name. |
sld | string | yes | Second-level domain label. |
tld | string | yes | Top-level domain. |
favorite | boolean | yes | Whether the domain is marked as a favorite. |
owner_contact_id | integer | no | Registrant contact identifier, if available. |
owner | string | yes | Registrant name or organization label. |
primary_nameserver | string | yes | Primary delegated nameserver. |
dnssec_state | dnssecDisplayState | yes | High-level DNSSEC status. (active, pending, inactive) |
auto_renew | boolean | yes | Whether the domain is set to renew automatically. |
cancelled | boolean | yes | Whether the domain has been cancelled. |
registered_at | integer | yes | Unix timestamp when the domain was registered. |
expires_at | integer | yes | Unix timestamp when the domain expires. |
Example
Section titled “Example”{ "domain": "www.example.com", "sld": "string", "tld": "string", "favorite": true, "owner_contact_id": 0, "owner": "string", "primary_nameserver": "string", "dnssec_state": "active", "auto_renew": true, "cancelled": true, "registered_at": 0, "expires_at": 0}