2/kandian/statuses/hosts timeline

跳转到: 导航, 搜索

接口功能

获取此节目下主持人发表的看点

URL

https://api.weibo.com/2/kandian/statuses/hosts_timeline.json

支持格式

JSON

HTTP请求方式

GET

是否需要登录


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

访问授权限制

访问级别:普通接口
频次限制:
关于频次限制,参见 接口访问权限说明

请求参数

  必选 类型及范围 说明
source false string 采用OAuth授权方式不需要此参数,其他授权方式为必填参数,数值为应用的AppKey。
access_token false string 采用OAuth授权方式为必填参数,其他授权方式不需要此参数,OAuth授权后获得。
kandian_id true bigint 看点为合作方提供的ID。
epg_id true bigint 视频节目的ID 。范围:1~9999999999。
page false int 分页页码,默认为1。
count false int 每页显示看点条数,不超过50,默认为30。

注意事项

返回结果

JSON示例

{

    "page": 1,
    "count": 2,
    "statuses": [
        {
            "feedId": 5349390,
            "playOffset": 10510,
            "type": 4,
            "created_at": "Tue Feb 19 10:30:10 +0800 2013",
            "id": 3547364264848000,
            "text": "【蓝媒推荐】@伊一 推荐@电视剧凤凰牡丹 第二篇:剧中饰演胡紫嫣,第一次演戏很紧张,而且有许多不懂的地方,对手戏最多的夫君@蒋毅同学 就像一个严厉的老师,对于每一个小细节都会有着非常严格的要求,所以有时候看到他有点小害怕。俗话说得好,严师出高徒,2月21日锁定浙江卫视!http://t.cn/zYoMS3x",
            "short_url": "",
            "mid": "3547364264847975",
            "source": "<a href=\"http://app.weibo.com/t/feed/w8Fub\" rel=\"nofollow\">享拍微博通</a>",
            "thumbnail_pic": "http://ww2.sinaimg.cn/thumbnail/4ccaf6f6jw1e1yi9pbxa3j.jpg",
            "bmiddle_pic": "http://ww2.sinaimg.cn/bmiddle/4ccaf6f6jw1e1yi9pbxa3j.jpg",
            "original_pic": "http://ww2.sinaimg.cn/large/4ccaf6f6jw1e1yi9pbxa3j.jpg",
            "user": {
                "verified": true,
                "verified_type": 3,
                "verified_reason": "浙江卫视官方微博",
                "id": 1288369910,
                "screen_name": "浙江卫视中国蓝",
                "profile_url": "ztv1",
                "profile_image_url": "http://tp3.sinaimg.cn/1288369910/50/5651715718/1"
            },
            "annotations": "",
            "reposts_count": 21,
            "comments_count": 18
        }
    ]

}


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

字段说明

其余字段同微博,annotations字段说明:

返回值字段 字段类型 字段说明
feedId bigint 行为id
epgId bigint 节目id

其他



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


api评价