> **平台**: 万维易源 (ShowAPI)
> **接入方式**: 统一 API 网关 (HTTPS POST/GET)
> **认证**: showapi_appid + showapi_sign
> **文档**: https://www.showapi.com/apis/news-channels-hot-search-109-37

---
title: 新闻查询与热搜接口集|万维易源ShowAPI
canonical_url: "https://www.showapi.com/apis/news-channels-hot-search-109-37"
last_updated: "2026-09-21T22:25:19.713Z"
meta:
  description: 提供新闻查询接口、新闻频道查询、基于发布时间检索新闻以及热搜新闻功能。建议使用最新类新闻频道（如电商最新频道）以获取更丰富、更新更快的新闻源。热搜新闻列表每30分钟更新一次。
  keywords: "新闻查询, 新闻频道, 热搜新闻, 发布时间检索, 最新新闻"
  "og:description": 提供新闻查询接口、新闻频道查询、基于发布时间检索新闻以及热搜新闻功能。建议使用最新类新闻频道（如电商最新频道）以获取更丰富、更新更快的新闻源。热搜新闻列表每30分钟更新一次。
  "og:title": 新闻查询与热搜接口集
---

*

*

*

# **新闻API接口**

**免费服务**

多频道新闻接口，提供新闻频道查询、关键词检索、发布时间检索和热搜榜单四大核心能力。数据约每5-10分钟刷新一次。仅供内部数据分析、统计及机器学习使用，不得用于终端展示。版权问题请联系新闻发布者。

[新闻资讯](https://www.showapi.com/market?search=%E6%96%B0%E9%97%BB%E8%B5%84%E8%AE%AF) [时事热点](https://www.showapi.com/market?search=%E6%97%B6%E4%BA%8B%E7%83%AD%E7%82%B9) [体育赛事](https://www.showapi.com/market?search=%E4%BD%93%E8%82%B2%E8%B5%9B%E4%BA%8B) [社交媒体](https://www.showapi.com/market?search=%E7%A4%BE%E4%BA%A4%E5%AA%92%E4%BD%93) [新闻机构](https://www.showapi.com/market?search=%E6%96%B0%E9%97%BB%E6%9C%BA%E6%9E%84) [新闻查询](https://www.showapi.com/market?search=%E6%96%B0%E9%97%BB%E6%9F%A5%E8%AF%A2) [生活资讯](https://www.showapi.com/market?search=%E7%94%9F%E6%B4%BB%E8%B5%84%E8%AE%AF) [新闻要闻](https://www.showapi.com/market?search=%E6%96%B0%E9%97%BB%E8%A6%81%E9%97%BB)

**免费****本接口注册后默认可免费调用，为防止滥用设有使用档次限制。**

[**了解积分与档位详情 › **](https://www.showapi.com/free-api)

权益档次可使用平台积分兑换更高调用档位，多种积分获取方式请查看积分与档位详情。

在线调试

**官方自营**

易源官方提供，长期稳定运营

<dl>

<dt>服务商</dt>
<dd>昆明秀派科技有限公司</dd>

<dt>电话</dt>
<dd>400-998-8033</dd>

<dt>QQ</dt>
<dd>4009988033</dd>

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

</dl>

<dl>

<dt>所属分类</dt>
<dd>生活服务</dd>

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

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

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

</dl>

**热搜新闻**

接入点说明

```
热搜新闻功能可提供热搜列表，更新频率约为30分钟一次。
```

接口地址

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

返回格式JSON

请求方式POST/GET

**请求参数**

**Header 参数**

| |
|

| |
|

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

该接口返回经 `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/109/37)

cURL 复制

```
curl -X POST "https://route.showapi.com/109-37?appKey=YOUR_APPKEY" \
  -H "content-type: application/x-www-form-urlencoded"
```

**返回示例**

JSON 复制

```
{
  "showapi_res_error": "",
  "showapi_fee_num": 1,
  "showapi_res_code": 0,
  "showapi_res_id": "66c80a8dfb638c84ad70a906",
  "showapi_res_body": {
    "ret_code": 0,
    "top": [
      {
        "link": "https://finance.sina.com.cn/jjxw/2024-08-23/doc-inckqshu1603817.shtml",
        "top": "纪念邓小平同志诞辰120周年座谈会"
      }
    ],
    "hot": [
      {
        "hot_research": "被NHK解雇的中国籍员工全部发言",
        "link": "https://news.china.com/socialgd/10000169/20240823/47087214.html"
      }
    ]
    
  }
}
```

**MCP 服务集成**接口级

在 Cherry Studio、ChatBox 等支持 MCP 的客户端中配置，将 {your\_appKey} 替换为真实 AppKey（ [AppKey 管理](https://www.showapi.com/console#/myApp)）。该服务覆盖本接口全部接入点。

MCP JSON 复制

```
{
  "mcpServers": {
    "showapi-mcp-109": {
      "url": "http://www.showapi.com.cn/mcp/109/{your_appKey}"
    }
  }
}
```

**OpenAPI 文档**接口级

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

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