/action/openapi/news_detail
POST
/action/openapi/news_detail
否
访问授权限制
暂无
授权范围(scope)
访问新闻资讯
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://www.oschina.net/action/openapi/news_detail' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"access_token": "string",
"dataType": "string"
}'
响应示例响应示例
{
"id": 11,
"body": "语法高亮文本编辑器",
"pubDate": "2008-09-15 17:00:29.0",
"author": "总管",
"title": "VirtualBox 2.0.2 released!",
"authorid": 1,
"relativies": [
{
"title": "RSyntaxTextArea 2.0.2 发布 语法高亮文本编辑器",
"url": "http://liudong/news/26709/rsyntaxtextarea-2-0-2"
},
{
"title": "Bootstrap 2.0.2 发布,Web 前端工具包",
"url": "http://liudong/news/26688/bootstrap-2-0-2"
},
{
"title": "Airtime 2.0.2 发布 - 电台管理系统",
"url": "http://liudong/news/26516/airtime-202"
},
{
"title": "Wayland and Weston 0.85.0 released",
"url": "http://liudong/news/25610"
},
{
"title": "jOOQ 2.0.2 发布,Java的ORM框架",
"url": "http://liudong/news/24645/jooq-2-0-2-released"
},
{
"title": "RemoteBox 1.2 发布,VirtualBox 管理工具",
"url": "http://liudong/news/24463/remotebox-1-2-released"
},
{
"title": "ChromePlus 2.0.0.4 Released(for Windows)",
"url": "http://liudong/news/24457/chromeplus-2-0-0-4-for-windows"
},
{
"title": "VirtualBox 4.1.8.75467 Final",
"url": "http://liudong/news/24172/virtualbox-4-1-8-released"
},
{
"title": "Spring Roo 1.2.0.RELEASED 发布",
"url": "http://liudong/news/24114/spring-roo-1-2-0-released"
},
{
"title": "MongoDB 2.0.2 发布",
"url": "http://liudong/news/24076"
}
],
"notice": {
"replyCount": 0,
"msgCount": 0,
"fansCount": 0,
"referCount": 0
},
"favorite": 0,
"commentCount": 0,
"url": "http://liudong/news/11"
}
请求参数
Body 参数application/json
返回响应
修改于 2022-08-22 05:42:54