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.

Template Details

Obtain user's template details

Request URL
/api/template/info
Request Parameter
Field Parameter Type Required Description
template ID id Integer Yes template ID
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 Object return the requested operation result data
Return Data
Field Parameter Description
template ID id 47
template name mbmc test template
submission time sj 2020-07-10 16:15:02
contact lxr 47
email email [email protected]
corporation name gsmc when lx=2
country code guojia CN
province province Yunnan
city city qu jing
detailed address address ssssss, sssss, wwww
mobile number phone 86 13800001234
postal code youbian 258698
status code zt 0 unverified,1 effective,2 ineffective
status description ztstr effective
type lx 1 individual,2 enterprise
type description lxstr individual
Response Demo
{
    "code": 1,
    "msg": "OK",
    "data": {
        "id": "xxxx",
        "mbmc": "xxxxxxx",
        "sj": "2020-07-10 16:15:02",
        "zt": "1",
        "lx": "1",
        "ztstr": "verified",
        "lxstr": "Personal",
        "lxr": "xxxxx",
        "email": "[email protected]",
        "gsmc": "",
        "guojia": "CN",
        "province": "Yunnan",
        "city": "qu jing",
        "address": "sssss, sssss, wwww",
        "phone": "+86 xxxxxxxxx",
        "youbian": "xxxxxx",
        "cnxx": 1,
        "mbxx_wb": [
            {
                "wbmbid": "78xxx",
                "mbid": "47",
                "zt": "3",
                "ztstr": "Available",
                "sj": "2021-08-22 15:04:47",
                "rzzt": "0",
                "rzztstr": "waiting for verification",
                "zcs": "Gname",
                "nr": "--"
            },
            {
                "wbmbid": "78xxx",
                "mbid": "47",
                "zt": "3",
                "ztstr": "Available",
                "sj": "2021-08-22 15:04:47",
                "rzzt": "8",
                "rzztstr": "waiting for submission verification",
                "zcs": "Conbin",
                "nr": "--"
            },
            {
                "wbmbid": "78xxx",
                "mbid": "47",
                "zt": "3",
                "ztstr": "Available",
                "sj": "2021-08-22 15:04:47",
                "rzzt": "9",
                "rzztstr": "verifying",
                "zcs": "Internex",
                "nr": "--"
            },
            {
                "wbmbid": "78xxx",
                "mbid": "47",
                "zt": "3",
                "ztstr": "Available",
                "sj": "2021-07-23 16:44:51",
                "rzzt": "2",
                "rzztstr": "validation failed",
                "zcs": "Dynadot",
                "nr": "external schema number: xxxxx"
            },
            {
                "wbmbid": "78xxx",
                "mbid": "47",
                "zt": "3",
                "ztstr": "Available",
                "sj": "2021-10-10 17:34:49",
                "rzzt": "1",
                "rzztstr": "verification succeeded",
                "zcs": "Tnet",
                "nr": "external schema number: xxxxx"
            }
        ]
    }
}