We do return the ip but only for admins and mods.
post.ip = topicPrivileges.isAdminOrMod ? post.ip : undefined; take a look here
Keep in mind IP tracking needs to be turned on in the ACP for this to work.
I can't seem to find where I can see user IP addresses in Nodebb 0.9.0... help?
You can't see https://github.com/NodeBB/NodeBB/issues/3870.
To get the data you can visit /api/user/:userslug.
Aaa, okay. I was wondering if it's a bug or just been placed elsewhere. Thanks.