

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 查找注册商以及有关域的其他信息
<a name="find-your-registrar"></a>

要使用 [GetDomainDetail](https://docs.amazonaws.cn/Route53/latest/APIReference/API_domains_GetDomainDetail.html)API 查看域名信息，您可以使用任何 SDKs 或 Amazon CLI。有关更多信息，请参阅 [get-domain-detail](https://docs.amazonaws.cn/cli/latest/reference/route53domains/get-domain-detail.html)。<a name="find-your-registrar-getdomaindetail-procedure"></a>

**使用 `get-domain-detail` CLI 查看有关域的信息**
+ 使用以下 CLI：

  ```
  aws route53domains get-domain-detail \
      --region us-east-1 \
      --domain-name {{example.com}}
  ```
**注意**  
此命令仅在 us-east- Amazon Web Services 区域 1 中运行。

  输出中将列出有关域的所有信息，包括注册商、注册日期、隐私设置等。