获取用户在特定类别和标签下创建的帖子

如何获取特定类别和特定标签的用户帖子?目前,似乎有 https://meta.discourse.org/topics/created-by/jomaxro.json,它会返回用户创建的所有帖子,以及 https://meta.discourse.org/user_actions.json?offset=0&username=jomaxro&filter=1,它会返回所有点赞……现在如何按类别和标签进行过滤?

提前感谢。

你好 @Noone :slight_smile:

你可能在寻找搜索查询:

https://docs.discourse.org/#tag/Search/operation/search

我在 Supportcss 标签下的帖子:

https://meta.discourse.org/search.json?expanded=true&q=%40canapin%20%23support%20%23css

我认为它将返回前 50 个结果。

谢谢,应该可以了。 :facepalm: 没想到搜索。