Post
Topic
Board Meta
Merits 21 from 5 users
Re: Ninjastic.space - BitcoinTalk Post/Address archive + API
by
TryNinja
on 10/10/2022, 03:46:08 UTC
⭐ Merited by LoyceV (12) ,dkbit98 (5) ,FatFork (2) ,ETFbitcoin (1) ,vapourminer (1)
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:

Code:
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