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?

Haben Sie versucht, Folgendes zu verwenden:

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

um die Kategorien abzurufen? Es gibt noch ein paar weitere Eigenschaften, die diesen Ansatz verwenden.

Zum Beispiel sehe ich unreadTopics und newTopics für jedes Kategorieobjekt.

2 „Gefällt mir“