WAPI – command domain-transfer-check

  WAPI (API Interface), Domains

Command domain-transfer-check can be used to check whether it is possible to transfer domain from another registrar to our system.

CAUTION! For this command is applied limit max. 100 requests per hour. More in article  WAPI – limits.

Parameters

  • name – domain name – required

Return Values

Command returns the following values:

  • 1000 – Re-registration(transfer) is possible
  • 3217 – It was not possible to establish a connection with the registry
  • 3218 – Re-registration(transfer) is not possible

Return data

This command does not return any data except the return value.

Example 1: It is possible to transfer domain

XML request:

<request>
 <user>tester</user>
 <auth>6ddea865c30c18569ebee803a25f73393b03c843</auth>
 <command>domain-transfer-check</command>
 <clTRID>H95N</clTRID>
 <data>
  <name>example.cz</name>
 </data>
</request>

XML response:

<response>
 <code>1000</code>
 <result>OK</result>
 <timestamp>1286464452</timestamp>
 <clTRID>H95N</clTRID>
 <svTRID>1286464452.9025.29953</svTRID>
 <command>domain-transfer-check</command>
</response>

Example 2: Failed to check status

XML request:

<request>
 <user>tester</user>
 <auth>6ddea865c30c18569ebee803a25f73393b03c843</auth>
 <command>domain-transfer-check</command>
 <clTRID>H95N</clTRID>
 <data>
  <name>example.cz</name>
 </data>
</request>

XML response:

<response>
 <code>3217</code>
 <result>Domain transfer check failed, try again later</result>
 <timestamp>1286464452</timestamp>
 <clTRID>H95N</clTRID>
 <svTRID>1286464452.9025.29953</svTRID>
 <command>domain-transfer-check</command>
</response>

Example 3: It is not possible to transfer domain

XML request:

<request>
 <user>tester</user>
 <auth>6ddea865c30c18569ebee803a25f73393b03c843</auth>
 <command>domain-transfer-check</command>
 <clTRID>H95N</clTRID>
 <data>
  <name>example.cz</name>
 </data>
</request>

XML response:

<response>
 <code>3218</code>
 <result>Domain transfer is not possible</result>
 <timestamp>1286464452</timestamp>
 <clTRID>H95N</clTRID>
 <svTRID>1286464452.9025.29953</svTRID>
 <command>domain-transfer-check</command>
</response>
Děkujeme za zpětnou vazbu!