# Get DNS Whois **GET /whois/dns** Gets the DNS Whois information for the given domain. Returns the information if successful, otherwise returns an error. Permissions Required: `Whois::DNS` ## Servers - Production Server: https://thefemdevs.com/api (Production Server) ## Parameters ### Headers - **x-domain** (string) The domain to get the DNS Whois information for ## Responses ### 200 The DNS Whois information for the given domain #### Body: application/json (object) - **A** (string) The A record - **AAAA** (string) The AAAA record - **CAA** (array[object]) The CAA records - **CNAME** (string) The CNAME record - **MX** (array[object]) The MX records - **NS** (array[string]) The NS records - **PTR** (array[string]) The PTR records - **SOA** (object) The SOA record - **SRV** (array[string]) The SRV record ### 400 Missing domain information #### Body: application/json (object) - **code** (integer) The error code - **message** (string) The error message ### 401 Invalid/Missing API Token #### Body: application/json (object) - **code** (integer) The error code - **message** (string) The error message ### 403 Missing Permissions #### Body: application/json (object) - **code** (integer) The error code - **message** (string) The error message [Powered by Bump.sh](https://bump.sh)