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.

PUSH Details

PUSH Application Details

Request URL
/api/push/info
Request Parameter
Field Parameter Type Required Description
Push ID id Integer Yes
Response Data
Field Parameter Type Description
return code code Integer 1:return successfully -1:return failed
return description msg String return the description of request operation
return data data Object return the requested operation result data
Response Demo
{
    "code": 1,
    "msg": "OK",
    "data": {
        "id": "370",
        "zt": "0",
        "puid": "xxxxxx",
        "uid": "xxxxx",
        "ymlb": "abc.com,123.com,example.cn",
        "qian": "10.00",
        "sm": "test",
        "sj": "2023-09-20 01:00:20",
        "jssj":"",
        "ztstr": "Not Received",

    }
}