/action/openapi/project_list


/action/openapi/project_list

软件分类下的的软件列表

URL

/action/openapi/project_list

支持格式

JSON JSONP XML

HTTP请求方式

GET/POST

是否需要登录

访问授权限制

暂无

授权范围(scope)

访问软件资讯

请求参数

必选类型及范围说明默认值
access_tokentruestringoauth2_token获取的access_token
typetruestringrecommend-推荐|time-最新|view-热门|cn-国产recommend
dataTypetruestring返回数据类型['json'|'jsonp'|'xml']json

注意事项

暂无

返回结果

JSON

  1. {
  2. "notice": {
  3. "replyCount": 0,
  4. "msgCount": 0,
  5. "fansCount": 0,
  6. "referCount": 0
  7. },
  8. "projectList": [
  9. {
  10. "description": "Android SDK",
  11. "name": "Android SDK",
  12. "url": "http://oschina.org/p/android"
  13. },
  14. {
  15. "description": "Spring",
  16. "name": "Spring",
  17. "url": "http://oschina.org/p/spring"
  18. },
  19. {
  20. "description": "CentOS",
  21. "name": "CentOS",
  22. "url": "http://oschina.org/p/centos"
  23. },
  24. {
  25. "description": "Nginx",
  26. "name": "Nginx",
  27. "url": "http://oschina.org/p/nginx"
  28. }
  29. ]
  30. }

返回字段说明

返回值字段类型及范围说明
descriptionint软件描述
namestring软件名
urlstring链接
countint该类型下的软件数
notice.replyCountint未读评论数
notice.msgCountint未读私信数
notice.fansCountint新增粉丝数
notice.referCountint未读@我数

错误说明