ER:LC Server Information
Get general information about ER:LC server.
Additional fields can be included by setting query parameters to ‘true’. All query parameters are optional.
Authorizations
Standard API key for accessing ER:LC endpoints.
Passed in Authorization: Bearer <key> header.
REQUIRED FOR ALL ER:LC ENDPOINTS.
Query Parameters
Include player list in response.
Include staff list (Admins, Mods, Helpers) in response.
Include join/leave logs in response.
Include queue data in response.
Include kill logs in response.
Include command logs in response.
Include moderator call logs in response.
Include emergency call logs in response.
Include vehicle list in response.
Response
Successful response with server information. Additional fields included only with corresponding query parameters.
ER:LC v2 API server information.
Additional fields (Players, Staff, JoinLogs, Queue, KillLogs, CommandLogs, ModCalls, Vehicles) are included only with corresponding query parameters.
Server name.
"Moscow RolePlay"
Discord ID of server owner.
123456
Array of co-owner Discord IDs.
[789012]Current player count on server.
50
Maximum player count.
100
Key for joining server.
"MRPServer"
Account verification requirement (Disabled/Email/Phone/ID).
"Email"
Whether team balance is enabled.
true
Player list. Included only with Players=true query parameter.
Server staff information.
Join/leave logs. Included only with JoinLogs=true query parameter.
Server queue. Included only with Queue=true query parameter.
[1, 2, 3]Kill logs. Included only with KillLogs=true query parameter.
Command logs. Included only with CommandLogs=true query parameter.
Moderator call logs. Included only with ModCalls=true query parameter.
Emergency call logs. Included only with EmergencyCalls=true query parameter.
Vehicle list. Included only with Vehicles=true query parameter.