该产品由第三方服务商 厦门享联科技有限公司 提供版权、质量保证及售后服务,请您知晓。
whois反查

whois反查

第三方服务

根据电话、邮箱、注册人反查Whois信息,数据与whois.chinaz.com同步,支持全部返回,需要通过翻页获取。

已选规格
100.00
自购买起有效期 12 个月
专用资源包
whos反查
接口地址
https://route.showapi.com/3235-1?appKey={your_appKey}查看密钥调用帮助
返回格式JSON
请求方式GET
请求参数
Header 参数
URI 参数
返回参数
该接口返回经 showapi_res_body 系统封装,业务数据均位于该对象内;系统级字段见
返回体
cURL
curl -X GET "https://route.showapi.com/3235-1?appKey=YOUR_APPKEY&reverse=%201345749768&type=phone&page=1" \
  -H "content-type: application/x-www-form-urlencoded"
返回示例
JSON
{
    "StateCode": 1, 
    "Reason": "成功", 
    "Result": {
        "keyword": "曹波", 
        "type": "注册人", 
        "totalPage": 6, 
        "totalCount": 582, 
        "pageNo": 1, 
        "pageSize": 100, 
        "list": [
            {
                "Host": "caobo.xyz", 
                "WhoisServer": "", 
                "Registrar": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)", 
                "ContactPerson": "", 
                "Email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant,admin,or tech contact of the queried domain name", 
                "Phone": "", 
                "CreationDate": "2024-06-27 23:52:58", 
                "ExpirationDate": "2025-06-27 23:59:59", 
                "DnsServer": "dns3.hichina.com,dns4.hichina.com", 
                "DomainStatus": "注册局设置禁止转移(serverTransferProhibited),域名新注册期(addPeriod)"
            }, 
            {
                "Host": "muhan.online", 
                "WhoisServer": "", 
                "Registrar": "Alibaba Cloud Computing Ltd. d/b/a HiChina (www.net.cn)", 
                "ContactPerson": "", 
                "Email": "please query the rdds service of the registrar of record identified in this output for information on how to contact the registrant,admin,or tech contact of the queried domain name", 
                "Phone": "", 
                "CreationDate": "2024-05-28 19:29:47", 
                "ExpirationDate": "2025-05-28 23:59:59", 
                "DnsServer": "vip1.alidns.com,vip2.alidns.com", 
                "DomainStatus": "正常(ok)"
            }
        ]
    }
}
MCP 服务集成接口级

在 Cherry Studio、ChatBox 等支持 MCP 的客户端中配置,将 {your_appKey} 替换为真实 AppKey(AppKey 管理)。该服务覆盖本接口全部接入点。

MCP JSON
{
  "mcpServers": {
    "showapi-mcp-3235": {
      "url": "http://www.showapi.com.cn/mcp/3235/{your_appKey}"
    }
  }
}
OpenAPI 文档接口级

标准 OpenAPI 3.0 文档,覆盖本接口全部接入点,可导入 Apifox / Postman / Swagger UI,或供 AI Agent 直接消费。