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).
Hi,
I would like to get reputation of a user by its id or pseudo through NodeBB API : could you tell me if it is possible and how ?
Thanks in advance.
Kind regards
Sure, it's at /api/user/uid/1 or /api/user/userslug
/api/user/uid/1
/api/user/userslug
You can get the data from any page by adding /api to the url, and there's a few extras here.
/api
Thanks Yariplus for your quick answer !