IMPORTANT: New domain, api.erlc.gg - move your apps before May 11th! Learn more
IMPORTANT: New domain, api.erlc.gg - move your apps before May 11th! Learn more
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.
REQUIRED ON ALL REQUESTS. Get your server key at https://erlc.link/sk
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 "
}
]