我们致力于为用户提供丰富、稳定、快速、免费的API数据接口服务。
查询域名是否已经被注册,以及注册域名的详细信息
接口地址: https://jkapi.com/api/zz_whois
返回格式: JSON
请求方式: GET
请求示例: https://jkapi.com/api/zz_whois?domain=baidu.com&type=json
请求参数说明:
名称 | 必填 | 类型 | 说明 |
---|---|---|---|
domain | 是 | string | 要查询的域名 |
type | 否 | string | 留空默认返回文本格式,可选json|text |
返回参数说明:
名称 | 类型 | 说明 |
---|
返回示例:
{ "domain": { "name": "BAIDU.COM", "tld": "COM", "id": "11181110_DOMAIN_COM-VRSN" }, "registrar": { "name": "MarkMonitor Inc.", "iana_id": "292", "abuse_contact": { "email": "abusecomplaints@markmonitor.com", "phone": "+1.2086851750" } }, "dates": { "updated_date": { "iso8601": "2023-11-30T06:00:19Z", "timestamp": 1701324019, "formatted": "2023-11-30 06:00:19 Z" }, "creation_date": { "iso8601": "1999-10-11T11:05:17Z", "timestamp": 939639917, "formatted": "1999-10-11 11:05:17 Z" }, "registry_expiry_date": { "iso8601": "2026-10-11T11:05:17Z", "timestamp": 1791716717, "formatted": "2026-10-11 11:05:17 Z", "days_remaining": 565 } }, "status": [ { "type": "clientDeleteProhibited", "description": "https://icann.org/epp#clientDeleteProhibited" }, { "type": "clientTransferProhibited", "description": "https://icann.org/epp#clientTransferProhibited" }, { "type": "clientUpdateProhibited", "description": "https://icann.org/epp#clientUpdateProhibited" }, { "type": "serverDeleteProhibited", "description": "https://icann.org/epp#serverDeleteProhibited" }, { "type": "serverTransferProhibited", "description": "https://icann.org/epp#serverTransferProhibited" }, { "type": "serverUpdateProhibited", "description": "https://icann.org/epp#serverUpdateProhibited" } ], "name_servers": [ { "host": "NS1.BAIDU.COM", "type": "NS" }, { "host": "NS2.BAIDU.COM", "type": "NS" }, { "host": "NS3.BAIDU.COM", "type": "NS" }, { "host": "NS4.BAIDU.COM", "type": "NS" }, { "host": "NS7.BAIDU.COM", "type": "NS" } ], "security": { "dnssec": "unsigned" }, "additional": { "registrar_whois_server": "whois.markmonitor.com", "registrar_url": "http://www.markmonitor.com" }, "icann": { "complaint_form_url": "https://www.icann.org/wicf/" } }
API数据域名公示:
序号 | 名称 | 域名 | 线路 | 状态 | 备注 |
---|---|---|---|---|---|
1 | 凤凰城数据节点 | https://d-us-01.aaapi.top/ | 亚太Cdn+海外优化Cdn | 正常 | 全站API均可使用 |
2 | 洛杉矶数据节点 | https://d-us-02.aaapi.top/ | 亚太Cdn+海外优化Cdn | 正常 | 已经回源至HK节点,全站API均可使用 |
3 | 国内数据节点1 | https://d-cn-01.qeq.icu/ | 境内Cdn加速 | 正常 | 除[买家秀]、[艿子]以外均可使用。 |
4 | 国内数据节点2 | https://d-cn-02.qeq.icu/ | 境内Cdn加速 | 正常 | 除[买家秀]、[艿子]、[快手美女]以外均可使用。 |
5 | 香港数据节点 | https://d-hk-01.aaapi.top/ | 亚太Cdn | 正常 | 全站API均可使用 |
请求参数设置:
参数名称 | 参数值 |
---|---|
{ "domain": { "name": "BAIDU.COM", "tld": "COM", "id": "11181110_DOMAIN_COM-VRSN" }, "registrar": { "name": "MarkMonitor Inc.", "iana_id": "292", "abuse_contact": { "email": "abusecomplaints@markmonitor.com", "phone": "+1.2086851750" } }, "dates": { "updated_date": { "iso8601": "2023-11-30T06:00:19Z", "timestamp": 1701324019, "formatted": "2023-11-30 06:00:19 Z" }, "creation_date": { "iso8601": "1999-10-11T11:05:17Z", "timestamp": 939639917, "formatted": "1999-10-11 11:05:17 Z" }, "registry_expiry_date": { "iso8601": "2026-10-11T11:05:17Z", "timestamp": 1791716717, "formatted": "2026-10-11 11:05:17 Z", "days_remaining": 565 } }, "status": [ { "type": "clientDeleteProhibited", "description": "https://icann.org/epp#clientDeleteProhibited" }, { "type": "clientTransferProhibited", "description": "https://icann.org/epp#clientTransferProhibited" }, { "type": "clientUpdateProhibited", "description": "https://icann.org/epp#clientUpdateProhibited" }, { "type": "serverDeleteProhibited", "description": "https://icann.org/epp#serverDeleteProhibited" }, { "type": "serverTransferProhibited", "description": "https://icann.org/epp#serverTransferProhibited" }, { "type": "serverUpdateProhibited", "description": "https://icann.org/epp#serverUpdateProhibited" } ], "name_servers": [ { "host": "NS1.BAIDU.COM", "type": "NS" }, { "host": "NS2.BAIDU.COM", "type": "NS" }, { "host": "NS3.BAIDU.COM", "type": "NS" }, { "host": "NS4.BAIDU.COM", "type": "NS" }, { "host": "NS7.BAIDU.COM", "type": "NS" } ], "security": { "dnssec": "unsigned" }, "additional": { "registrar_whois_server": "whois.markmonitor.com", "registrar_url": "http://www.markmonitor.com" }, "icann": { "complaint_form_url": "https://www.icann.org/wicf/" } }
错误码格式说明:
名称 | 类型 | 说明 |
---|
代码示例: