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?

Você já tentou usar:

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

para buscar as Categorias? Existem mais algumas propriedades usando essa abordagem.

Por exemplo, vejo que existem unreadTopics e newTopics para cada objeto de categoria.

2 curtidas