Get the server info.
GET/info
To get the server information.
Request
Responses
- 200
- 400
- 401
The server information.
- application/json
- Schema
- Example (from schema)
Schema
version string
The server version.
servername string
The server name.
description string
The server description.
{
"version": "v0.1.5.0",
"servername": "Palworld example Server",
"description": "This is a Palworld server."
}
Request error.
Unauthorized.
Loading...