# DNS


## Fields

| Field                                                                                                                                                                                                                                                                                                                                                                                                                        | Type                                                                                                                                                                                                                                                                                                                                                                                                                         | Required                                                                                                                                                                                                                                                                                                                                                                                                                     | Description                                                                                                                                                                                                                                                                                                                                                                                                                  |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Additionals`                                                                                                                                                                                                                                                                                                                                                                                                                | [][components.DNSResourceRecord](../../models/components/dnsresourcerecord.md)                                                                                                                                                                                                                                                                                                                                               | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                                                           | A list of resource records (RRs) contained in the ADDITIONAL section of the response.                                                                                                                                                                                                                                                                                                                                        |
| `Answers`                                                                                                                                                                                                                                                                                                                                                                                                                    | [][components.DNSResourceRecord](../../models/components/dnsresourcerecord.md)                                                                                                                                                                                                                                                                                                                                               | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                                                           | A list of resource records (RRs) contained in the ANSWER section of the response.                                                                                                                                                                                                                                                                                                                                            |
| `Authorities`                                                                                                                                                                                                                                                                                                                                                                                                                | [][components.DNSResourceRecord](../../models/components/dnsresourcerecord.md)                                                                                                                                                                                                                                                                                                                                               | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                                                           | A list of resource records (RRs) contained in the AUTHORITIES section of the response.                                                                                                                                                                                                                                                                                                                                       |
| `Edns`                                                                                                                                                                                                                                                                                                                                                                                                                       | [*components.DNSEDNS](../../models/components/dnsedns.md)                                                                                                                                                                                                                                                                                                                                                                    | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                                                           | N/A                                                                                                                                                                                                                                                                                                                                                                                                                          |
| `Questions`                                                                                                                                                                                                                                                                                                                                                                                                                  | [][components.DNSResourceRecord](../../models/components/dnsresourcerecord.md)                                                                                                                                                                                                                                                                                                                                               | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                                                           | A list of resource records (RRs) contained in the QUESTION section of the response, which may echo the request that the server is responding to.                                                                                                                                                                                                                                                                             |
| `RCode`                                                                                                                                                                                                                                                                                                                                                                                                                      | [*components.RCode](../../models/components/rcode.md)                                                                                                                                                                                                                                                                                                                                                                        | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                                                           | A enumerated field indicating the result of the request. The most common values are defined in RFC 1035.                                                                                                                                                                                                                                                                                                                     |
| `ResolvesCorrectly`                                                                                                                                                                                                                                                                                                                                                                                                          | **bool*                                                                                                                                                                                                                                                                                                                                                                                                                      | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                                                           | Whether the server returns an IP address for ip.parrotdns.com that matches the authoritative server, which is controlled by Censys.                                                                                                                                                                                                                                                                                          |
| `ServerType`                                                                                                                                                                                                                                                                                                                                                                                                                 | [*components.ServerType](../../models/components/servertype.md)                                                                                                                                                                                                                                                                                                                                                              | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                                                           | An enumerated value indicating the behavior of the server. An AUTHORITATIVE server fulfills requests for domain names it controls, which are not listed by the server. FORWARDING and RECURSIVE_RESOLVER servers fulfill requests indirectly for domain names they do not control. A RECURSIVE_RESOLVER will query ip.parrotdns.com itself, resulting in its own IP address being present in the dns.answers.response field. |
| `Version`                                                                                                                                                                                                                                                                                                                                                                                                                    | **string*                                                                                                                                                                                                                                                                                                                                                                                                                    | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                                                           | N/A                                                                                                                                                                                                                                                                                                                                                                                                                          |