便民服务 - nondanee/weiboPicDownloader GitHub Wiki

给人帮忙留下的"遗产"
扒了常用的微博数据接口
港真找找不是很难,还算是挺公开的那种
来自早期的H5版API,免登录,请节制使用
登录与未登录的数据有差别,限制策略未知

用户页

https://m.weibo.cn/u/{uid}

用户信息

https://m.weibo.cn/api/container/getIndex?type=uid&value={uid}

粉丝

https://m.weibo.cn/api/container/getIndex?containerid=231051_-_fans_-_{uid}&since_id={page}

关注

https://m.weibo.cn/api/container/getIndex?containerid=231051_-_followers_-_{uid}&page={page}

微博

https://m.weibo.cn/api/container/getIndex?count={count}&page={page}&containerid=107603{uid}

评论

https://m.weibo.cn/api/comments/show?id={fid}&page={page}

转发

https://m.weibo.cn/api/statuses/repostTimeline?id={fid}&page={page}

点赞

https://m.weibo.cn/api/attitudes/show?id={fid}&page={page}

不用谢