{
    "openapi": "3.0.3",
    "info": {
        "title": "GlobalSystem AI API",
        "version": "1.0.0",
        "description": "Live climate and disaster intelligence API across the GlobalSystem AI module portfolio."
    },
    "servers": [
        {
            "url": "https://aipandemic.ai"
        }
    ],
    "paths": {
        "/api/v1/status": {
            "get": {
                "summary": "Platform and source health"
            }
        },
        "/api/v1/module": {
            "get": {
                "summary": "Current module resolved from hostname"
            }
        },
        "/api/v1/events": {
            "get": {
                "summary": "Aggregated event feed with filters"
            }
        },
        "/api/v1/trends": {
            "get": {
                "summary": "Summary trends for the current normalized cache window"
            }
        },
        "/api/v1/earthquakes": {
            "get": {
                "summary": "USGS earthquake feed proxy"
            }
        },
        "/api/v1/weather": {
            "get": {
                "summary": "Current weather and forecast proxy"
            }
        },
        "/api/v1/sources": {
            "get": {
                "summary": "Configured source metadata and cache health"
            }
        }
    }
}