blog_detail
POST
/action/openapi/blog_detail
否
访问授权限制
暂无
授权范围(scope)
访问博客信息
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://www.oschina.net/action/openapi/blog_detail' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"access_token": "string",
"dataType": "string"
}'
响应示例响应示例
{
"id": 49262,
"body": "博客内容Demo",
"pubDate": "2013-10-08 16:19:38.0",
"author": "张艺辰",
"title": "博客标题Demo",
"authorid": 253479,
"notice": {
"replyCount": 0,
"msgCount": 0,
"fansCount": 0,
"referCount": 0
},
"favorite": 0,
"commentCount": 0,
"url": "http://home.oschina.org/yidongnan/blog/49262"
}
请求参数
Body 参数application/json
返回响应
修改于 2022-07-08 08:53:34