API Services

With the API, you can engage in domain name registration and account management! Our API supports domain search, registration, renewal, dropcatch, and the use of your own software and servers, among other functions. You can easily configure domain name servers, select renewals, and create folders for your domains.

Number of Coupons

Check if account has the number of available coupons 

Request URL
/api/user/coupons
Request Parameter
Field Parameter Type Required Description
Coupons Type lx Integer Yes Coupons usage types: register, renew, transfer in
Supported Extension hz String No Coupons supported extensions: com/net/org, etc.
Supported Registration Method fs Integer No Coupons supported registration methods: new unit registration, pending delete
Response Data
Field Parameter Type Description
return code code Integer 1:return successfully -1:return failed
return description msg String description of the return request operation
return data data Integer return request number of remaining coupons
Response Demo
{
     "code": 1,
     "msg": "OK",
     "data": 13
}