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.

Renewal Details

User's renewal record details

Request URL
/api/renew/info
Request Parameter
Field Parameter Type Required Description
record ID id Integer Yes renewal record 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
renewal record ID id 56
user ID uid 1004
renewal domain ym qingdaoguidao.com
renewal amount qian 9.52
renewal years xfnian 1
submission renewal time sj 2020-08-04 18:23:20
renewal expiration time dqsj 2021-07-10 17:11:58
description sm
registrar zcs InternetX
status code zt 0-Pending 1-Success 2-Failure 3-Transferring 9-Processing
status description ztstr Pending
Response Demo
{

	"code": 1,
	"msg": "OK",
	"data": {
		"id": "56",
		"uid": "1004",
		"ym": "qingdaoguidao.com",
		"qian": "9.52",
		"xfnian": "1",
		"sj": "2020-08-04 18:23:20",
		"dqsj": "2021-07-10 17:11:58",
		"sm": "",
		"zcs": "InternetX",
		"zt": "0",
		"ztstr": "Pending"
	}

}