跳到主要内容
版本:202607

查询文章列表

GET 

/openapi/2026-07/articles

分页返回文章列表,支持可选过滤条件。

请求

Query参数

    cursor string

    分页游标

    page_size int32

    每页记录数 默认10条

    author string

    作者

响应

OK

数据结构
    codestring

    错误码

    messagestring

    错误信息

    data object
    articles object[]

    文章列表

  • Array [
  • idstring

    文章 ID

    titlestring

    文章标题

    excerptstring

    文章内容的简短摘要或预览

    contentstring

    文章完整内容

    image object

    与文章关联的图片,包含 src、width、height 和 alt 属性

    srcstring

    图片 URL

    widthint32

    宽度

    heightint32

    高度

    pathstring

    路径

    publishedboolean

    文章是否已发布

    handlestring

    文章的 URL 友好标识符

    seo_titlestring

    自定义 SEO 标题

    seo_descriptionstring

    SEO meta 描述

    seo_keywordsstring[]

    SEO 关键词

    authorstring

    文章作者

    published_atstring

    文章发布时间,ISO 8601 格式

    blog_idsstring[]

    该文章所属博客的 ID

    created_atstring

    文章创建时间,ISO 8601 格式

    updated_atstring

    文章最后更新时间,ISO 8601 格式

  • ]
  • cursorstring

    分页游标

    has_moreboolean

    是否有更多记录