/action/openapi/project_list
/action/openapi/project_list
软件分类下的的软件列表
URL
/action/openapi/project_list
支持格式
JSON JSONP XML
HTTP请求方式
GET/POST
是否需要登录
否
访问授权限制
暂无
授权范围(scope)
访问软件资讯
请求参数
必选 | 类型及范围 | 说明 | 默认值 | |
---|---|---|---|---|
access_token | true | string | oauth2_token获取的access_token | |
type | true | string | recommend-推荐|time-最新|view-热门|cn-国产 | recommend |
dataType | true | string | 返回数据类型['json'|'jsonp'|'xml'] | json |
注意事项
暂无
返回结果
JSON
- {
- "notice": {
- "replyCount": 0,
- "msgCount": 0,
- "fansCount": 0,
- "referCount": 0
- },
- "projectList": [
- {
- "description": "Android SDK",
- "name": "Android SDK",
- "url": "http://oschina.org/p/android"
- },
- {
- "description": "Spring",
- "name": "Spring",
- "url": "http://oschina.org/p/spring"
- },
- {
- "description": "CentOS",
- "name": "CentOS",
- "url": "http://oschina.org/p/centos"
- },
- {
- "description": "Nginx",
- "name": "Nginx",
- "url": "http://oschina.org/p/nginx"
- }
- ]
- }
返回字段说明
返回值字段 | 类型及范围 | 说明 |
---|---|---|
description | int | 软件描述 |
name | string | 软件名 |
url | string | 链接 |
count | int | 该类型下的软件数 |
notice.replyCount | int | 未读评论数 |
notice.msgCount | int | 未读私信数 |
notice.fansCount | int | 新增粉丝数 |
notice.referCount | int | 未读@我数 |
错误说明