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.
worldguid string
The world GUID.
{
"version": "v0.1.5.0",
"servername": "Palworld example Server",
"description": "This is a Palworld server.",
"worldguid": "A7E97BAA767DB9029EF013BB71E993A0"
}
Request error.
Unauthorized.
Loading...