Dataset · news
CCTV Xinwen Lianbo Full-Text Search API
CCTV《新闻联播》
中国官方时政新闻的每日全文,支持全文检索与时间维度聚合。
- 2016 年至今,每日更新
- 逐条全文,中文全文检索
- 按日 / 月 / 年聚合趋势
Overview
Xinwen Lianbo is CCTV's 7pm flagship news program and the most closely watched signal of official Chinese policy priorities. This dataset contains the full transcript of every broadcast item since 2016, updated daily within hours of broadcast.
Search any Chinese phrase across a decade of broadcasts, filter by date range, or aggregate mention counts by year, month, or day to chart how official attention to a topic rises and falls. Responses return highlighted snippets by default to keep agent context small.
核心字段 · Key fields
news_date播出日期 / broadcast datetitle条目标题 / item titlecontent正文全文 / full transcript texturl央视网原文链接 / source URL端点
GET/v1/news
简单查询:关键词、日期范围、分页、排序、字段投影,参数可直接贴链接
POST/v1/news/search
结构化查询:多词 AND / OR、精确短语、聚合趋势、片段高亮
GET/v1/news/stats/daily
某天的新闻条数
GET/v1/news/{id}
按 ID 取单条全文
调用
认证使用 X-API-Key header,key 需带 news:read scope(控制台生成的 key 默认包含)。
curl -H "X-API-Key: <your key>" \ "https://api.lumina-core.cn/v1/news?q=新能源&limit=10"
完整参数与响应结构见 API 文档;AI Agent 接入见 llms.txt。
See it in action · Xinwen Lianbo keyword trends (2016–present)