在你开始使用 V2EX API 之前,请了解我们关于 API 公平使用方面的规则:
关于 API 使用的讨论,可以到以下 meta 节点:
默认情况下,每个 IP 每小时可以发起的 API 请求数被限制在 120 次。你可以在 API 返回结果的 HTTP 头部找到 Rate Limit 信息:
X-Rate-Limit-Limit: 120
X-Rate-Limit-Reset: 1409479200
X-Rate-Limit-Remaining: 116
对于能够被 CDN 缓存的 API 请求,只有第一次请求时,才会消耗 Rate Limit 配额。
相当于首页右侧的 10 大每天的内容。
https://www.v2ex.com/api/topics/hot.json
相当于首页的“全部”这个 tab 下的最新内容。
https://www.v2ex.com/api/topics/latest.json
获得指定节点的名字,简介,URL 及头像图片的地址。
https://www.v2ex.com/api/nodes/show.json
接受参数:
例如:
https://www.v2ex.com/api/nodes/show.json?name=python
获得指定用户的自我介绍,及其登记的社交网站信息。
https://www.v2ex.com/api/members/show.json
接受以下参数之一:
例如:
https://www.v2ex.com/api/members/show.json?username=Livid
https://www.v2ex.com/api/members/show.json?id=1