有没有办法通过stackexchange API获取用户事件?

Is there a way to get user events through stackexchange API?

我想获取 Whosebug 上某些(一个)用户的所有可用事件,例如回答的问题、接受的问题、发布的问题、发布的评论等。类似于 github 中的 activity 事件 API https://developer.github.com/v3/activity/events/.

我找到的最接近的是这个 https://api.stackexchange.com/docs/events。但是,此 returns 个事件来自所有用户。

有没有办法得到这样的数据?

您可能想使用 users 方法,例如 /users/{ids}/answers and friends, as described somewhere down on this page in the API documentation

更新:

returns public 和私人活动的 reputation-history returns all public reputation events. There also is the full-reputation-history