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.

Domain Resolution Status
Request URL
/api/resolution/status
Request Parameter
Field Parameter Type Required Description
Resolution Record Id jxid Integer Yes
Resolution Record Status jxzt Integer Yes 1=Enable,2=Disable
Response Data
Field Parameter Type Description
return code code Integer 1=Succeed, -1=Failed
return description msg String description of the return request operation
return data data Object the requested operation result data
Return Data
Field Parameter Description
Record Id jxid The resolution record ID of the operation
Record Status jxzt The resolution record status of the operation
Response Demo
{
    "code": 1,
    "msg": "Succeed",
    "data": {
        "jxid": Record Id,
        "jxzt": Record Status
    }
}