username:password
Authorization: Basic *****************
curl --location --request GET '/nodeinfo' \
--header 'Authorization: Basic Og=='
{
"metadata": {},
"openRegistrations": true,
"protocols": [
"string"
],
"services": {
"inbound": [
"string"
],
"outbound": [
"string"
]
},
"software": {
"homepage": "string",
"name": "string",
"repository": "string",
"version": "string"
},
"usage": {
"localComments": 0,
"localPosts": 0,
"users": {
"activeHalfyear": 0,
"activeMonth": 0,
"total": 0
}
},
"version": "string"
}