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

для получения категорий? Есть ещё несколько свойств, которые можно получить таким же способом.

Например, я вижу, что у каждого объекта категории есть свойства unreadTopics и newTopics.