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/staff \
--header 'server-key: <api-key>'{
"CoOwners": [
123
],
"Admins": {
"54249787": "Black_Hallow",
"77573259": "sli_ckk"
},
"Mods": {
"2": "JohnDoe",
"3": "JaneDoe"
}
}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
Server Staff
List of Roblox user IDs who are co-owners of the server
Map of Roblox user IDs (numeric string keys) to usernames for server administrators
Show child attributes
{
"54249787": "Black_Hallow",
"77573259": "sli_ckk"
}
Map of Roblox user IDs (numeric string keys) to usernames for server moderators
Show child attributes
{ "2": "JohnDoe", "3": "JaneDoe" }
curl --request GET \
--url https://api.erlc.gg/v1/server/staff \
--header 'server-key: <api-key>'{
"CoOwners": [
123
],
"Admins": {
"54249787": "Black_Hallow",
"77573259": "sli_ckk"
},
"Mods": {
"2": "JohnDoe",
"3": "JaneDoe"
}
}