ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
## 接口定义 ~~~[api] get:http://open.koldata.net/weibo/info *bigint:weibo_id=21080#微博账号id <<< success { "status": 1, "err": 0, "data": { "name": "滑雪", "province": "北京", "city": "海淀区", "description": "~If your dreams don't scare you, they are not big enough!~", "url": "http://weibo.com/u/21080", "gender": "f", "followers_count": 8626, "friends_count": 743, "statuses_count": 3422, "verified": 1, "verified_type": 0, "verified_type_ext": 0, "avatar": "https://tva4.sinaimg.cn/crop.0.135.540.540.180/00005258jw8e7zqj8k1xuj20f00mimyv.jpg", "verified_reason": "心元资本合伙人 & 中国大陆代表", "company": "", "verify_expire": 0, "tags": "滑雪我真名,没事好打听,最近高跟控,红色指甲油,变态双鱼座", "weibo_id": 21080 }, "request_id": "cUR1rMnI2CalmalTnzaDtUvnfa42ffb63e5b27209b903478a1efc63d" } <<< error { "status": 0, "err": "invalid filed weibo_id", "data": [], "request_id": "phrJcO9xTVGS8VB2vNTlaKGQ8adbc319cb2713f93d91d63b5b0bcd83" } ~~~ ## 响应参数说明 | 字段 | 说明 | 备注 | |---|---|---| | status | 请求获取数据成功/失败 | 1=成功;0=失败 | | err | 错误信息 | | | 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.数据每天凌晨更新为前一天最新数据。