I was after an API to list all topics of a specific forum. It this something that is easily do able with ninjastic.space?
Just added a new endpoint for this:
https://api.ninjastic.space/posts/topics
Parameters:
board_id (number; optional)
from (iso date string; optional)
to (iso date string; optional)
limit (number; max 1000; optional)
Example:
All topics on the Portuguese board (29) from 2020-01-10 to 2020-10-10, max of 1000 entries:
https://api.ninjastic.space/posts/topics?board_id=29&from=2020-01-10&to=2020-10-10&limit=1000