Skip to content

domainResponse

No description available in the specification.

FieldTypeRequiredDescription
domainfqdn_relaxedyesFully Qualified Domain Name.
sldstringyesSecond-level domain label.
tldstringyesTop-level domain.
favoritebooleanyesWhether the domain is marked as a favorite.
owner_contact_idintegernoRegistrant contact identifier, if available.
ownerstringyesRegistrant name or organization label.
primary_nameserverstringyesPrimary delegated nameserver.
dnssec_statednssecDisplayStateyesHigh-level DNSSEC status. (active, pending, inactive)
auto_renewbooleanyesWhether the domain is set to renew automatically.
cancelledbooleanyesWhether the domain has been cancelled.
registered_atintegeryesUnix timestamp when the domain was registered.
expires_atintegeryesUnix timestamp when the domain expires.
{
"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
}