Get server information.
URL : /api/about
Method : GET
Code : 200 OK
Main Object :
Name | Type | Description |
---|---|---|
success |
bool | Indicates whether the query was successful. |
message |
string | Text message that contains the server's name and version. |
Request :
GET http://localhost:9000/api/about
Success Response :
{
"success": true,
"message": "White Raven Server v0.5.1"
}