tweet_detail
POST
/action/openapi/tweet_detail
否
访问授权限制
暂无
授权范围(scope)
访问动弹信息
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://www.oschina.net/action/openapi/tweet_detail' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "string",
"id": 0,
"dataType": "string"
}'
响应示例响应示例
{
"id": 1121274,
"pubDate": "2013-08-28 18:40:07.0",
"body": "@做最好的三三",
"author": "彭博",
"authorid": 89964,
"imgBig": "http://static.oschina.net/img/hello-big.png",
"imgSmall": "http://static.oschina.net/img/hello-small.png",
"commentCount": 0,
"portrait": "http://static.oschina.net/uploads/user/44/89964_50.jpg?t=1376365607000"
}
请求参数
Body 参数application/json
返回响应
修改于 2022-08-22 04:14:17