版本:202607
查询博客列表
GET/openapi/2026-07/blogs
分页返回博客列表。
请求
Query参数
cursor string
分页游标
page_size int32
每页记录数
响应
- 200
OK
- application/json
- 数据结构
- 示例
数据结构
- Array [
- ]
codestring
错误码
messagestring
错误信息
data object
blogs object[]
博客列表
idstring
博客的唯一标识
titlestring
博客标题
handlestring
SEO链接
seo_titlestring
SEO 标题
seo_descriptionstring
SEO 描述
seo_keywordsstring[]
SEO 关键词
created_atstring
博客创建时间
updated_atstring
博客更新时间
cursorstring
分页游标
has_moreboolean
是否有更多记录
{
"code": "string",
"message": "string",
"data": {
"blogs": [
{
"id": "string",
"title": "string",
"handle": "string",
"seo_title": "string",
"seo_description": "string",
"seo_keywords": [
"string"
],
"created_at": "string",
"updated_at": "string"
}
],
"cursor": "string",
"has_more": true
}
}