跳到主要内容
版本:202601

查询博客列表

GET 

/openapi/2026-01/blogs

分页返回博客列表。

请求

Query参数

    cursor string

    分页游标

    page_size int32

    每页记录数,默认 10

    keyword string

    关键词,模糊匹配博客专辑标题

    page int32

    页码(从 1 开始),与 cursor 互斥

响应

OK

数据结构
    codestring

    错误码

    messagestring

    错误信息

    data object
    blogs object[]

    博客列表

  • Array [
  • idstring

    博客的唯一标识

    titlestring

    博客标题

    handlestring

    SEO 链接

    seo_titlestring

    SEO 标题

    seo_descriptionstring

    SEO 描述

    seo_keywordsstring[]

    SEO 关键词

    created_atstring

    创建时间

    updated_atstring

    更新时间

    article_countint32

    该专辑下的文章数

  • ]
  • cursorstring

    分页游标

    has_moreboolean

    是否有更多记录

    countint32

    博客专辑总数(底层返回)