Used to retreive a domain name being released by the registry.
Inputs | Description | Type | Regular expression | Mandatory |
name | Domain name | String | [A-Za-z0-9-\.]{5,68} | Yes |
contact type=’registrant’ | Domain name owner contact identifier | String (max 10) | Yes |
Outputs | Description | Possible values |
status | Domain status | “registered” |
name | Domain name | |
creDate | Domain creation date | |
expDate | Domain expiration date |
Command
<api> […] <command> <domain_catch> <name>…</name> <contact>…</contact> </domain_catch> </command> </api> |
Response
<?xml version="1.0" encoding="utf-8"?> <api> <response> <trID>…</trID> <result code="…"> <msg>…</msg> </result> </response> <resData> <domain_creData> <name>…</name> <status>…</status> <creDate>…</creDate> <expDate>…</expDate> </domain_creData> </resData> </api> |