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