# Get Whois **GET /whois/whois** Gets the Whois information for the given domain. Returns the information if successful, otherwise returns an error. Permissions Required: `Whois::Whois` ## Servers - Production Server: https://thefemdevs.com/api (Production Server) ## Parameters #### Headers - **x-domain** (string) The domain to get the Whois information for ## Responses ### 200: The Whois information for the given domain #### Body Parameters: application/json (object) - **domainName** (string) The domain name - **registrar** (string) The registrar of the domain - **creationDate** (string) The creation date of the domain - **expirationDate** (string) The expiration date of the domain - **updatedDate** (string) The updated date of the domain - **registrant** (object) The registrant of the domain - **admin** (object) The registrant of the domain - **tech** (object) The registrant of the domain - **billing** (object) The registrant of the domain - **status** (array[string]) The status of the domain ### 400: Missing domain information #### Body Parameters: application/json (object) - **code** (integer) The error code - **message** (string) The error message ### 401: Invalid/Missing API Token #### Body Parameters: application/json (object) - **code** (integer) The error code - **message** (string) The error message ### 403: Missing Permissions #### Body Parameters: application/json (object) - **code** (integer) The error code - **message** (string) The error message [Powered by Bump.sh](https://bump.sh)