Endpoint to get unread/new?

Hi!

I’ve created a side navigation:

Here’s the website:

I’m using this endpoint to fetch and parse the categories: https://forum.latranchee.com/categories.json

Right now, I’m showing the number of new post this week.

However, I’d prefer if I could show the number of unread and new posts, as is displayed on the category page.

image

Any ideas on how I could get those data?

您是否尝试过使用:

api.container.lookup("site:main").categories

来获取分类?使用这种方法还有其他一些属性。

例如,我看到每个分类对象都有 unreadTopicsnewTopics

2 个赞