> **平台**: 万维易源 (ShowAPI)
> **接入方式**: 统一 API 网关 (HTTPS POST/GET)
> **认证**: showapi_appid + showapi_sign
> **文档**: https://www.showapi.com/apiGateway/view/3235

---
title: "whos反查 - whois反查|万维易源ShowAPI"
canonical_url: "https://www.showapi.com/apiGateway/view/3235"
last_updated: "2026-09-21T13:54:01.193Z"
meta:
  description: 根据电话、邮箱、注册人反查Whois信息，数据与whois.chinaz.com同步，支持全部返回，需要通过翻页获取。
  keywords: "whois反查,数据库,存储,whois,api接口,api接口大全,免费api,免费数据接口,数据接口,api开放平台,万维易源,showapi,大模型,AI Skills"
  "og:description": 根据电话、邮箱、注册人反查Whois信息，数据与whois.chinaz.com同步，支持全部返回，需要通过翻页获取。
  "og:title": "API 市场|万维易源ShowAPI"
---

*

*

*

**

# **whois反查**

**第三方服务**

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

[数据库](https://www.showapi.com/market?search=%E6%95%B0%E6%8D%AE%E5%BA%93) [存储](https://www.showapi.com/market?search=%E5%AD%98%E5%82%A8) [whois](https://www.showapi.com/market?search=whois)

已选规格

￥**100.00**元

自购买起有效期 12 个月

专用资源包0.00元 100.00元 300.00元 1000.00元 2000.00元 查看全部规格 ›

在线调试 立即购买

**厦门享联科技有限公司**

第三方服务商提供

<dl>

<dt>服务商</dt>
<dd>厦门享联科技有限公司</dd>

<dt>电话</dt>
<dd>15960681307</dd>

<dt>QQ</dt>
<dd>349207677</dd>

<dt>邮箱</dt>
<dd>[liufeng@chinaz.com](mailto:liufeng@chinaz.com)</dd>

</dl>

<dl>

<dt>所属分类</dt>
<dd>企业服务</dd>

<dt>接入点</dt>
<dd>1 个</dd>

<dt>请求方式</dt>
<dd>GET</dd>

<dt>返回格式</dt>
<dd>JSON</dd>

</dl>

**whos反查**

接口地址

https://route.showapi.com/3235-1?appKey={your\_appKey} [查看密钥](https://www.showapi.com/console#/myApp) [调用帮助](https://www.showapi.com/helpcenter/view#/3960/1)

返回格式JSON

请求方式GET

**请求参数**

**Header 参数**

| |
|

| |
|

**URI 参数**

| |
|

| |
|
| |
| |

**返回参数**查看公共返回参数

该接口返回经 `showapi_res_body` 系统封装，业务数据均位于该对象内；系统级字段见公共返回参数。

**返回体**

| |
|

| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |

**请求示例**

[查看我的 appKey](https://www.showapi.com/console#/myApp) [查看使用向导](https://www.showapi.com/helpcenter/view#/3960/1) [Python / Java 等多语言示例](https://www.showapi.com/apitest/market/3235/1)

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 管理](https://www.showapi.com/console#/myApp)）。该服务覆盖本接口全部接入点。

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 直接消费。

[在线查看 YAML](https://www.showapi.com/openapi/market/3235.yaml) [下载 YAML](https://www.showapi.com/openapi/market/3235.yaml) [查看 JSON](https://www.showapi.com/openapi/market/3235.json)