💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
### 接口名称 `WeiboStatuses/public_timeline` ### 接口描述 返回公开的全部微博信息 ### 演示地址 `http://URL/WeiboStatuses/public_timeline` ### 输入参数 ~~~ (string) oauth_token (必填) (string) oauth_token_secret (必填) (int) since_id,起始微博ID (int) max_id,最大微博ID (int) count,分页显示时,指定每页显示条数(默认20) (int) page,分页显示时,指定获取的页码(默认取第1页) (string) format,返回格式可选 json/php/test格式(默认json格式,为了阅读方便,以下文档中输出结果均以test格式显示) ~~~ ### 输出结果 ~~~ [ { "feed_id": 66, "uid": "1", "type": "postimage", "publish_time": "1434425436", "comment_count": "0", "digg_count": "0", "feed_content": "分享图片", "content": "分享图片", "uname": "你猜猜T", "avatar": "http://demo-coutuan123.b0.upaiyun.com/avatar/c4/ca/42/original.jpg!small.avatar.jpg?v1434019465", "image": "http://demo-coutuan123.b0.upaiyun.com/2015/0616/11/557f98545f080.jpg!550xauto.jpg", "price": 0 }, { "feed_id": 47, "uid": "1", "type": "service", "publish_time": "1432280507", "comment_count": "0", "digg_count": "0", "feed_content": null, "content": null, "uname": "你猜猜T", "avatar": "http://demo-coutuan123.b0.upaiyun.com/avatar/c4/ca/42/original.jpg!small.avatar.jpg?v1434019465", "price": 0, "image": "http://www.candy.com/apps/microshop/_static/images/worksbg.png" } ] ~~~ ### 字段说明 成功时 增加图片、视频的字段说明 返回动态的数组集 ~~~ Feed_id 动态主键 Uid 发布者UID Type 类型: post(文字)、 postimage(图片)、 postfile(附件)、 postvideo(视频)、 repost(转发)、 weiba_post(微吧的帖子)、 weiba_repost(帖子的转发) service 服务 works 作品 Content:内容 digg_count 点赞数 comment_count 评论数 Publish_time:发布时间 Uname:作者名字 Avatar:作者小头像 Image:分享的第一张图片 Api_source:微博来源 Price:相关价格 (当 type=service或者works 时显示价格,0 表示价格保密) ~~~ 失败时 0 ### 其他说明: