ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
## 接口定义 ~~~[api] post:http://open.koldata.net/weibo/batch/info *string:weibo_id=1304254192,1304279460#使用“,”分隔的多个微博账号id <<< success { "status": 1, "err": { "account_wrong": [], "not_found": [] }, "data": [ { "name": "MISS_蓁蓁", "province": "上海", "city": "徐汇区", "description": "PFF品牌主理人", "url": "http://weibo.com/u/1304254192", "gender": "f", "followers_count": 285807, "friends_count": 423, "statuses_count": 6704, "verified": 1, "verified_type": 0, "verified_type_ext": 0, "avatar": "https://tvax4.sinaimg.cn/crop.23.0.1196.1196.180/4dbd56f0ly8fiimt7rxg1j20yi0x8gp7.jpg", "verified_reason": "PFF品牌创始人", "company": "", "verify_expire": 0, "tags": "淘宝,改名字,小迷信,80后,双子座", "weibo_id": 1304254192 }, { "name": "优秀的GT战士", "province": "北京", "city": "顺义区", "description": "", "url": "http://weibo.com/u/1304279460", "gender": "f", "followers_count": 5511, "friends_count": 361, "statuses_count": 3511, "verified": 0, "verified_type": 220, "verified_type_ext": 0, "avatar": "https://tva2.sinaimg.cn/crop.0.0.180.180.180/4dbdb9a4jw1e8qgp5bmzyj2050050aa8.jpg", "verified_reason": "", "company": "", "verify_expire": 0, "tags": "新闻趣事", "weibo_id": 1304279460 } ], "request_id": "MAhECgi6VSP3r1EyrDlQuZMa06756156a78128ba35873b42d5a58685" } <<< error { "status": 0, "err": { "account_wrong": [ "130425419 2" ], "not_found": [ "1304279461" ] }, "data": [], "request_id": "69KgplxEc4aybct2qIHi266r2d4105d6fd390833e30d74f00f4d7440" } ~~~ ## 响应参数说明 | 字段 | 说明 | 备注 | |---|---|---| | status | 请求获取数据成功/失败 | 1=成功;0=失败 | | err | 错误信息 | | | account_wrong | 错误账号 | | | not_found | 未找到信息账号 | | | name | 微博账号昵称 | | | province | 省 | | | city | 市 | | | description | 微博描述 | | | url | 微博地址 | | | gender | 性别 | f=女;m=男 | | followers_count | 粉丝数 | | | friends_count | 关注数 | | | statuses_count | 发布微博数 | | | verified | 是否认证 | 1=已认证;0=未认证 | | verified_type | 认证类型 | -1=未认证;0=橙V用户;2、3、4、5、6、7=蓝V用户 | | verified_type_ext | 其他认证信息说明 | 0=无;1=橙V中的大V(金V) | | avatar | 头像链接 | | | verified_reason | 认证信息 | | | company | 公司名 | | | verify_expire | 认证是否已过期 | 0=未过期 1=已过期 | | tags | 标签信息 | | | weibo_id | 微博账号id | | | request_id | 此次请求的id | | ## 接口访问限制及注意事项 1.权限:需认证; 2.频率:每分钟300次,超频将限制访问1分钟; 3.单次最多获取10个账号信息; 4.传递参数使用“,”分隔各个账号; 5.数据每天凌晨更新为前一天最新数据。