版本:202607
查询博客详情
GET/openapi/2026-07/blogs/:id
通过博客 ID 获取指定博客的详细信息。
请求
Path参数
id string必填
博客 ID
响应
- 200
OK
- application/json
- 数据结构
- 示例
数据结构
codestring
错误码
messagestring
错误信息
data object
blog object
博客
idstring
博客的唯一标识
titlestring
博客标题
handlestring
SEO链接
seo_titlestring
SEO 标题
seo_descriptionstring
SEO 描述
seo_keywordsstring[]
SEO 关键词
created_atstring
博客创建时间
updated_atstring
博客更新时间
{
"code": "string",
"message": "string",
"data": {
"blog": {
"id": "string",
"title": "string",
"handle": "string",
"seo_title": "string",
"seo_description": "string",
"seo_keywords": [
"string"
],
"created_at": "string",
"updated_at": "string"
}
}
}