Skip to main content
GET
/
v1
/
server
Fetch server status
curl --request GET \
  --url https://api.erlc.gg/v1/server \
  --header 'server-key: <api-key>'
{
  "Name": "API Test",
  "OwnerId": 123,
  "CoOwnerIds": [
    123
  ],
  "CurrentPlayers": 123,
  "MaxPlayers": 123,
  "JoinKey": "APIServer",
  "AccVerifiedReq": "Disabled / Email / Phone/ID",
  "TeamBalance": true
}

Documentation Index

Fetch the complete documentation index at: https://apidocs.erlc.gg/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

server-key
string
header
required

REQUIRED ON ALL REQUESTS. Get your server key at https://erlc.link/sk

Response

Server status data

Name
string
Example:

"API Test"

OwnerId
integer
CoOwnerIds
integer[]
CurrentPlayers
integer
MaxPlayers
integer
JoinKey
string
Example:

"APIServer"

AccVerifiedReq
string
Example:

"Disabled / Email / Phone/ID"

TeamBalance
boolean