

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 尋找您的註冊商和有關您網域的其他資訊
<a name="find-your-registrar"></a>

若要使用 [GetDomainDetail](https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetDomainDetail.html) API 檢視網域資訊，您可以使用任何 SDKs或 AWS CLI。如需詳細資訊，請參閱 [get-domain-detail](https://docs.aws.amazon.com/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-1 中執行 AWS 區域。

  有關您網域的所有資訊都將列在輸出中，包括註冊商、註冊日期、隱私權設定等。