C/2/app news/v1/business/statistic

跳转到: 导航, 搜索

app_news/v1/business/statistic

新浪新闻阅读统计趋势。

URL

https://c.api.weibo.com/2/app_news/v1/business/statistic.json

支持格式

JSON

HTTP请求方式

GET

是否需要登录


关于登录授权,参见 如何登录授权

访问授权限制


请求所有商业接口:

    • 50000次/小时/IP;

请求参数

  必选 类型及范围 说明
source false string 采用OAuth授权方式不需要此参数,其他授权方式为必填参数,数值为应用的AppKey。
access_token false string 采用OAuth授权方式为必填参数,其他授权方式不需要此参数,OAuth授权后获得。
dataid true string 新浪新闻的内容id。
starttime true string 查询开始日期,格式为yyyyMMdd。
endtime true string 查询结束日期,格式为yyyyMMdd。

注意事项

返回结果

JSON示例

{
    "errno": 1,
    "msg": "成功",
    "code": "B00001",
    "dataid": "comos:anfzhni9854015",
    "result": [
        {
            "day_key": "20210606",
            "read_count": "0",
            "comment_count": "75",
            "video_play_count": "0"
        },
        {
            "day_key": "20210607",
            "read_count": "0",
            "comment_count": "133",
            "video_play_count": "0"
        }
    ]
}

关于错误返回值与错误代码,参见 错误代码说明

字段说明

返回值字段 字段类型 字段说明
read_count string 阅读次数。
comment_count string 评论次数。
video_play_count string 播放次数。

其他



Language: [[{{{2/uri}}}|中文]]


文档更新时间: 2021-10-13
api评价