{
    "name": "NidusTime API",
    "description": "Backend HTTP API. All interactions happen over JSON.",
    "status": "Online",
    "version": "1.0.0",
    "environment": "production",
    "base_url": "http://backend.nidustime.com",
    "api_base": "http://backend.nidustime.com/api",
    "documentation": "http://backend.nidustime.com/api-docs",
    "health_check": "http://backend.nidustime.com/api/health",
    "message": "Use the API base from your frontend or API client. Unknown paths return JSON errors or 404."
}