Finding your registrar and other information about your domain - Amazon Route 53

Finding your registrar and other information about your domain

To view domain information by using the GetDomainDetail API, you can use any of the SDKs or AWS CLI. For more information, see get-domain-detail.

To view information about domains with get-domain-detail CLI
  • Use the following CLI:

    aws route53domains get-domain-detail \ --region us-east-1 \ --domain-name example.com
    Note

    This command only runs in us-east-1 AWS Region.

    All the information about your domain will be listed in the output, including the registrar, registration date, privacy setting, etc.