Skip to main content
GET
/
v1
/
server
/
modcalls
Fetch moderator call logs
curl --request GET \
  --url https://api.erlc.gg/v1/server/modcalls \
  --header 'server-key: <api-key>'
[
  {
    "Caller": "PlayerName:Id",
    "Moderator": "PlayerName:Id",
    "Timestamp": 1704614400
  }
]

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

Moderator call logs data. 'Moderator' is only sent if a mod has responded to the call.

Caller
string
Example:

"PlayerName:Id"

Moderator
string | null
Example:

"PlayerName:Id"

Timestamp
integer
Example:

1704614400