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.

Buy It Now Data
  1. It is recommended to synchronize every day at 17:00 (UTC+8)
  2. File Content Format Description

Domain Name | Price (USD) | Deadline for sale | Domain Name Registration Time | Domain Name Expiration Time

Eg:gname.com|10000.00|2021-12-31 12:34:56|2009-01-02 12:00:00|2019-01-02 12:00:00

 

Request URL
/api/sales/data
Request Parameter
Field Parameter Type Required Description
data type type String Yes date type,all=all buy it now data
Request Demo
{
        "appid": "10xxxxxxxxxxx",
        "gntime": 1637134201,
        "gntoken": "6Cxxxxxxxxxxxxxxxx18E267",
        "type": "all"
}
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": "2021-11-17-buynow_file_url",
    "url": "http://oss1.gname.net/resource/buynow/b5sdasaq12qsqas39385a9b87733d9.zip"
}