gibfender / server-status

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create API for querying server population

gibfender opened this issue · comments

TheGodDamnSexRobot👌 - Today at 9:53 AM
Hey can you add an api to monitor when you unbreak it?
But maybe something that will just output the player numbers to JSON on a GET req. Literally just:

"srv1" : {
"population" : 2
}

"srv2" : {
"population" : 0
}