Skip to content

LookupResult

No description available in the specification.

FieldTypeRequiredDescription
apistringno-
namestringno-
typestringno-
typeCodeintegerno-
statusintegernoDNS RCODE (0 NOERROR, 3 NXDOMAIN, …)
adbooleannoDNSSEC-validated by the resolver
answersobject[]no-
{
"api": "string",
"name": "string",
"type": "string",
"typeCode": 0,
"status": 0,
"ad": true,
"answers": [
{
"name": "string",
"type": 0,
"ttl": 0,
"data": "string"
}
]
}