Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
It can be noted that there are apis everywhere inside NodeBB forum, we can see many url request prefixed with /api. So is there any existent introductions on these or does it planed to be documented a few days later?
/api
Whatever page you see in NodeBB, if you add /api/ , it will give the content of that page as JSON. It's that simple.
/api/
Thank you!!
Cool, always nice to learn something new. Thanks
The /api/ should be added on the left side, not at the end, just tested it:
Example:
https://community.nodebb.org/api/topic/10213/is-there-any-brief-introductions-to-nodebb-apis/
@vstoykov important distinction to make, thanks