Dataset · policy
China State Council Policy Documents Database API
国务院政策文件库
国发、国办发等中央政策文件原文,支持全文检索与文种、机关、时间维度聚合。
- 1996 年至今的国务院文件(国发 / 国办发 / 国函 / 国办函),每日更新
- 逐件正文全文,中文全文检索,发文字号 / 主题分类结构化
- 年份 × 文种等二维交叉聚合;官方下架文件标记保留,引用可溯
Overview
The State Council policy document library (政策文件库) is the canonical source for China's central-government policy directives. This dataset mirrors the State Council series — 国发, 国办发, 国函, 国办函 — with full document text, document numbers, issuing organs, themes and both written and published dates, updated daily.
Search policy full text in Chinese, look up a document by its official number (e.g. 国发〔2026〕15号), or chart how policy attention to a theme evolved across three decades. Documents withdrawn by the source are flagged, never silently deleted, so citations stay traceable.
核心字段 · Key fields
pcode / doc_type发文字号与文种 / document number & typetitle / content标题与正文全文 / title & full textpuborg / theme发文机关与主题 / issuing organ & themepub_date / write_date发布与成文日期 / published & written dateswithdrawn官方下架标记 / withdrawal flag端点
GET/v1/policy
简单查询:关键词、文种、发文机关、日期范围、聚合,参数可直接贴链接
POST/v1/policy/search
结构化查询:多词 AND / OR、精确短语、复杂筛选与交叉聚合
GET/v1/policy/{id}
按 ID 取单件全文
调用
认证使用 X-API-Key header,key 需带 policy:read scope(控制台生成的 key 默认包含)。
curl -H "X-API-Key: <your key>" \ "https://api.lumina-core.cn/v1/policy?q=人工智能&limit=10"