Check Domain Availability

Returns status of a domain.

Domain Status (Ext attribute: st) can be any of the following:
NA - taken, domain name has been registered,
AV - domain is available

The CheckDomain result can be configured, the extensions (Ext attribute: xt) and affixes that appear in the search result are set in the Registrar Console Profile Tab.

Example: (SOAP:BODY) CheckDomain request for mysrs.co.nz.

<CheckDomain>
<domain>mysrs</domain>
</CheckDomain>

Example: (SOAP:BODY) CheckDomain response for mysrs.co.nz.

<CheckDomainResponse>
<return>
<![CDATA[
<Domains>
<Dom name="mysrs">

   mysrs.co.nz has already been registered, while mysrs.net.nz and mysrs.org.nz are still available

<Ext xt=".co.nz" st="NA" />
<Ext xt=".net.nz" st="AV" />
<Ext xt=".org.nz" st="AV" />
</Dom>
<Dom name="e-mysrs">
<Ext xt=".co.nz" st="AV" />
<Ext xt=".net.nz" st="AV" />
<Ext xt=".org.nz" st="AV" />
</Dom>
</Domains>
]]></return>
</CheckDomainResponse>


July 27, 2004


[ Back ]