{
  "endpoints": [
    "GET /servers",
    "GET /status?server=X",
    "GET /history?server=X&minutes=5",
    "GET /latest?server=X&count=10",
    "GET /profile?server=X&type=carbon|facepunch",
    "POST /command {server, cmd, args?}",
    "GET /storage/stats",
    "GET /storage/dates?server=X",
    "GET /storage/day?server=X&date=YYYY-MM-DD&downsample=60",
    "GET /storage/profiles?server=X&type=carbon|facepunch",
    "GET /influx?q=<InfluxQL>"
  ]
}