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.

DNSSEC Details
Request URL
/api/dnssec/info
Request Parameter
Field Parameter Type Required Description
Domain name ym String Yes domain name
Response Data
Field Parameter Type Description
response code code Integer 1:success -1:fail
response message msg String response message
response data data Object response data
Response Demo
{
    "code": 1,
    "msg": "OK",
    "data":[ {
        "sj": "2023-10-09 15:44:51",//UTC+8
        "ym": "example.com",
        "keytag": "1235",
        "algorithm": "12",
        "digesttype": "2",
        "digest": "fedssfghbgdffdfbgfsdfaSDFDSDFSDSD",
        "ds": "1235|12|2|fedssfghbgdffdfbgfsdfaSDFDSDFSDSD"
    },
   {
        "sj": "2023-10-09 15:44:51",//UTC+8
        "ym": "example.com",
        "keytag": "1235",
        "algorithm": "12",
        "digesttype": "2",
        "digest": "fedssfghbgdffdfbgfsdfaSDFDSDFSDSD",
        "ds": "1235|12|2|fedssfghbgdffdfbgfsdfaSDFDSDFSDSD"
    }]
}