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.

Backorder List

Get backorder result

Request URL
/api/backorder/list
Request Parameter
Field Parameter Type Required Description
deletion type sclx Integer No type: 1Delete|2Sna-Pre|7Name-Pre|13Gd-Pre|15Dy-Pre|16Nsl-Pre|19Drop-Pre|23Gname-Pre|29Nj-Pre|89|Jm-Pre|90Jmgj-Pre
backorder status ydzt Integer No status:1directly won|2auction won|3in auction|4others won|5auction lost|6redeemed|7dropcatch lost|0in backorder
number of pages page Integer No page: 1
number per page limit Integer No quantity: 20, up to 2,000
Request Demo
{
        "appid": "10xxxxxxxx86f7",
        "gntime": 1627975362,
        "sclx": "1",
        "ydzt": "1",
        "gntoken": "C578A676CA3E282113F3A4940476C452"
}
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": "3313997",
            "ydfs": "2",//backorder channel
            "ym": "heixiaomian.com",
            "qian": "28.00",//backorder amount
            "uid": "1004",//backorder
            "sclx": "1",//deletion type
            "scsj": "2021-08-05",
            "zt": "0",
            "dqian": "3.00",//frozen amount
            "fzid": "0",
            "sj": "2021-08-02 22:19:55",
            "ztstr": "in backorder",
            "sclxstr": "Delete",
            "fzstr": "ungrouped",
            "bz": "",
            "dbqian": "0.00"
        }
    ]
}