Skip to main content
GET
/
v1
/
server
/
players
Fetch players in server
curl --request GET \
  --url https://api.erlc.gg/v1/server/players \
  --header 'server-key: <api-key>'
[
  {
    "Player": "PlayerName:Id",
    "Permission": "Normal / Server Administrator / Server Owner / Server Moderator",
    "Callsign": "The player's callsign - only available if the player is on a non-civilian team",
    "Team": "The player's team "
  }
]

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

Players in server

Player
string
Example:

"PlayerName:Id"

Permission
string
Example:

"Normal / Server Administrator / Server Owner / Server Moderator"

Callsign
string | null
Example:

"The player's callsign - only available if the player is on a non-civilian team"

Team
string
Example:

"The player's team "