This is just a holder page, for servers.mcdawn.com.
Click here for the actual server list.
All requests should go to api.php, unless otherwise noted.
GET/POST: fields
Returns a JSON string array of the fields (columns) that the server's data have.
Example: GET http://servers.mcdawn.com/api.php?fields=1
GET/POST: servers
Returns a 2 dimensional JSON array of all currently online servers.
Example: GET http://servers.mcdawn.com/api.php?servers=1
See the GitHub repository for the MCDawn server itself for more information too.