/action/openapi/blog_detail


/action/openapi/blog_detail

获取博客详情

URL

/action/openapi/blog_detail

支持格式

JSON JSONP XML

HTTP请求方式

GET/POST

是否需要登录

访问授权限制

暂无

授权范围(scope)

访问博客信息

请求参数

必选类型及范围说明默认值
idtruelong博客编号
access_tokenfalsestringoauth2_token获取的access_token 传则显示是否收藏 用户未登录则不传
dataTypefalsestring返回数据类型 ['json'|'jsonp'|'xml']json

注意事项

暂无

返回结果

JSON

  1. {
  2. "id": 49262,
  3. "body": "博客内容Demo",
  4. "pubDate": "2013-10-08 16:19:38.0",
  5. "author": "张艺辰",
  6. "title": "博客标题Demo",
  7. "authorid": 253479,
  8. "notice": {
  9. "replyCount": 0,
  10. "msgCount": 0,
  11. "fansCount": 0,
  12. "referCount": 0
  13. },
  14. "favorite": 0,
  15. "commentCount": 0,
  16. "url": "http://home.oschina.org/yidongnan/blog/49262"
  17. }

返回字段说明

返回值字段类型及范围说明
idlong博客编号
titlestring博客标题
bodystring博客内容(HTML)
pubDatedatetime发布日期
authoridlong投递者编号
favoriteint是否收藏 1-收藏 0-未收藏
commentCountint评论数
urlstring博客地址
relativies.titlestring新闻标题
relativies.urlstring新闻原链接
notice.replyCountint未读评论数
notice.msgCountint未读私信数
notice.fansCountint新增粉丝数
notice.referCountint未读@我数

错误说明