{
  "name": "United States Aviation Administrator (USAA) API",
  "version": "1.0.0",
  "description": "API for tracking aviation controllers and network status",
  "endpoints": {
    "GET /": "API information",
    "GET /controllers": "List all online controllers",
    "GET /controllers/:cid": "Get specific controller by CID",
    "GET /callsign/:callsign": "Get controller by callsign",
    "POST /controllers/online": "Set controller as online",
    "POST /controllers/offline": "Set controller as offline",
    "DELETE /controllers/:cid": "Remove controller from tracking"
  }
}