ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
### 接口名称 WeiboStatuses/weibo_search_weibo ### 接口描述 根据关键字搜索微博 ### 请求地址 http://URL/WeiboStatuses/weibo_search_weibo ### 输入参数 ~~~ (string) oauth_token (必填) (string) oauth_token_secret (必填) (string) key,查询关键词 (int) max_id,最大微博ID (int)count,分页显示时,指定每页显示条数(默认20) (int)page,分页显示时,指定获取的页码(默认取第1页) (string) format,返回格式可选 json/php/test格式(默认json格式) ~~~ ### 输出结果 ~~~ [ { "feed_id": 7, "uid": "1", "type": "post", "app": "public", "publish_time": "1432084572", "is_del": "0", "from": "0", "comment_count": "0", "repost_count": "0", "comment_all_count": "0", "digg_count": "0", "is_repost": "0", "latitude": null, "longitude": null, "address": null, "client_ip": "127.0.0.1", "client_port": "51155", "feed_content": "#你好,520#", "ctime": "2015-05-20 09:16", "content": "#你好,520#", "uname": "你猜猜1", "user_group": [], "avatar_big": "http://demo-coutuan123.b0.upaiyun.com/avatar/c4/ca/42/original.jpg!big.avatar.jpg?v1431483507", "avatar_middle": "http://demo-coutuan123.b0.upaiyun.com/avatar/c4/ca/42/original.jpg!middle.avatar.jpg?v1431483507", "avatar_small": "http://demo-coutuan123.b0.upaiyun.com/avatar/c4/ca/42/original.jpg!small.avatar.jpg?v1431483507", "has_attach": 0, "feedType": "post", "iscoll": { "colled": 0 }, "is_digg": 0, "diggs": null, "api_source": null }, { "feed_id": 5, "uid": "1", "type": "postimage", "app": "public", "publish_time": "1432084439", "is_del": "0", "from": "0", "comment_count": "0", "repost_count": "0", "comment_all_count": "0", "digg_count": "0", "is_repost": "0", "latitude": null, "longitude": null, "address": null, "client_ip": "127.0.0.1", "client_port": "50938", "feed_content": "你好,糖果!", "ctime": "2015-05-20 09:13", "content": "你好,糖果!", "uname": "你猜猜1", "user_group": [], "avatar_big": "http://demo-coutuan123.b0.upaiyun.com/avatar/c4/ca/42/original.jpg!big.avatar.jpg?v1431483507", "avatar_middle": "http://demo-coutuan123.b0.upaiyun.com/avatar/c4/ca/42/original.jpg!middle.avatar.jpg?v1431483507", "avatar_small": "http://demo-coutuan123.b0.upaiyun.com/avatar/c4/ca/42/original.jpg!small.avatar.jpg?v1431483507", "has_attach": 1, "attach": [ { "attach_id": "825", "attach_name": "03.png", "attach_url": "http://demo-coutuan123.b0.upaiyun.com/2015/0520/09/555bdfcb48f96.png", "extension": "png", "size": "287512", "attach_small": "http://demo-coutuan123.b0.upaiyun.com/2015/0520/09/555bdfcb48f96.png!100x100.cut.jpg", "attach_medium": "http://demo-coutuan123.b0.upaiyun.com/2015/0520/09/555bdfcb48f96.png!200x200.cut.jpg", "attach_middle": "http://demo-coutuan123.b0.upaiyun.com/2015/0520/09/555bdfcb48f96.png!550xauto.jpg" } ], "feedType": "postimage", "iscoll": { "colled": 0 }, "is_digg": 0, "diggs": null, "api_source": null }, { "feed_id": 4, "uid": "1", "type": "post", "app": "public", "publish_time": "1432084404", "is_del": "0", "from": "0", "comment_count": "0", "repost_count": "0", "comment_all_count": "0", "digg_count": "0", "is_repost": "0", "latitude": null, "longitude": null, "address": null, "client_ip": "127.0.0.1", "client_port": "50918", "feed_content": "你好,阳光~", "ctime": "2015-05-20 09:13", "content": "你好,阳光~", "uname": "你猜猜1", "user_group": [], "avatar_big": "http://demo-coutuan123.b0.upaiyun.com/avatar/c4/ca/42/original.jpg!big.avatar.jpg?v1431483507", "avatar_middle": "http://demo-coutuan123.b0.upaiyun.com/avatar/c4/ca/42/original.jpg!middle.avatar.jpg?v1431483507", "avatar_small": "http://demo-coutuan123.b0.upaiyun.com/avatar/c4/ca/42/original.jpg!small.avatar.jpg?v1431483507", "has_attach": 0, "feedType": "post", "iscoll": { "colled": 0 }, "is_digg": 0, "diggs": null, "api_source": null } ] ~~~ 其他说明: