This document is generated by Gname.com.
| Field | Parameter | Type | Required | Description |
|---|---|---|---|---|
| APPID | appid | String | Yes | Application Client Id |
| Timestamp | gntime | String | Yes | The current UNIX timestamp |
| Signature | gntoken | String | Yes | Signature string. For details, please refer to the Signature Method page. |
| domain | ym | String | Yes | domain name to be queried |
{
"appid": "testappid",
"gntime": 1618999650,
"ym": "gname.com",
"gntoken": "C8F67A0F7BB8971DE662190B33B94744"
}| 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 |
| Field | Parameter | Type | Description |
|---|---|---|---|
| domain ID | id | Integer | 504 |
| user ID | uid | Integer | 100000 |
| domain | ym | String | gname.com |
| registrar | zcs | String | InternetX |
| registration time | zcsj | String | 2020-07-19 |
| expiration time | dqsj | String | 2022-03-08 |
| status | zt | Integer | 0=OK, 8=Under registration, 9=Registration failed, 10=Unpaid, 53=Locked, 77=Under PUSH, 88=pendingTransfer |
| domain category id | ymfz | Integer | 0 |
| status of updating domain contact | gh | Integer | 0 |
| domain DNS | ymdns | String | ns1.gname-dns.com, ns2.gname-dns.com |
| DNS status | dnszt | Integer | 0=Succeed, [1/3/111]=Processing, 2=Failed |
| domain resolution status | jx_ting | Integer | 0=normal domain resolution, 1=suspend domain resolution |
| renewal status | xfzt | Integer | 1 |
| domain template ID | ymmb | Integer | 47 |
| description of domain status | ztstr | String | status description |
| description of domain category | fzstr | String | category name |
| domain remark | bz | String | remark |
| description of DNS status | dnsztstr | String | effective |
| description of template status | whoisztstr | String | effective |
| domain category name | ymfzmc | - | - |
{
"code": 1,
"msg": "OK",
"data": {
"id": "504",
"uid": "100000",
"ym": "gname.com",
"zcs": "InternetX",
"zcsj": "2020-07-19",
"dqsj": "2022-03-08",
"zt": "0",
"gh": "0",
"whoiszt": "1",
"ymfz": "0",
"ymdns": "ns1.gname-dns.com,ns2.gname-dns.com",
"dnszt": "0",
"jx_ting": "0",
"xfzt": "1",
"ymmb": "47",
"ztstr": "normal",
"dnsztstr": "effective",
"whoisztstr": "effective",
"ymfzmc": "",
"bz": ""
}
}