{
    "message": "Welcome to Hello World PHP API",
    "version": "1.0.0",
    "endpoints": {
        "GET \/": "API information",
        "GET \/api\/hello": "Simple hello message",
        "POST \/api\/hello": "Personalized hello message",
        "GET \/api\/user": "Get user info",
        "POST \/api\/user": "Create user",
        "GET \/api\/time": "Get current server time"
    },
    "timestamp": "2026-05-24 15:40:54",
    "server": "api.emacedinburgh.org.uk"
}