{
    "status": "online",
    "timestamp": "2026-04-17T00:06:14+00:00",
    "server": {
        "hostname": "spidrahubserver",
        "php_version": "8.3.6",
        "server_software": "nginx/1.24.0",
        "load_average": [
            0,
            0.01806640625,
            0
        ],
        "memory_usage": {
            "current": 2097152,
            "peak": 2097152,
            "limit": "256M"
        },
        "disk_space": {
            "free": 92794044416,
            "total": 102888095744,
            "used_percentage": 9.81
        },
        "uptime": "up 1 week, 2 days, 20 hours, 58 minutes"
    },
    "api": {
        "version": "1.0.0",
        "name": "SpidraHub API Gateway",
        "domain": "api.spidrahub.com",
        "endpoints": {
            "status": {
                "path": "/status",
                "methods": [
                    "GET"
                ],
                "description": "API health check and system information"
            },
            "mailer": {
                "path": "/mailer/",
                "methods": [
                    "GET",
                    "POST"
                ],
                "description": "Email sending service with templates and tracking",
                "endpoints": {
                    "/mailer/api.php": "Full mailer API with authentication",
                    "/mailer/send.php": "Simple email sending",
                    "/mailer/test_interface.html": "Interactive testing interface"
                }
            },
            "auth": {
                "path": "/auth/",
                "status": "planned",
                "description": "User authentication and management"
            },
            "storage": {
                "path": "/storage/",
                "status": "planned",
                "description": "File storage and management"
            }
        }
    },
    "services": {
        "mailer": {
            "status": "active",
            "last_check": "2026-04-17T00:06:14+00:00",
            "features": [
                "templates",
                "smtp_relay",
                "delivery_tracking",
                "rate_limiting",
                "cors_enabled"
            ],
            "config": "loaded",
            "api_file": "present"
        }
    },
    "security": {
        "https_only": true,
        "cors_enabled": true,
        "rate_limiting": {
            "api_requests": "30/minute",
            "burst_requests": "5/second"
        },
        "ssl_certificate": {
            "issuer": "Let's Encrypt",
            "valid": true
        }
    }
}