get https://api.nodecraft.studio/v1/reputation
Early preview of the Player Reputation. Today only lists bans, but will eventually include other reputation data.
Responses
Early preview of the Player Reputation. Today only lists bans, but will eventually include other reputation data.
xxxxxxxxxx
GET /v1/reputation?page=1 HTTP/1.1
Accept: application/json
Host: api.nodecraft.studio
​
​
xxxxxxxxxx
19{
"code": "reputation.bans.success",
"message": "Successfully retrieved bans.",
"success": true,
"data": [
{
"id": "00000000-0000-0000-0000-000000000000",
"scope": "global",
"date_expires": "2024-01-01T00:00:00.000Z"
}
],
"pagination": {
"count": 100,
"page": 1,
"pages_max": 10,
"per_page": 10
},
"error": false
}