{
    "app": "Roku Radar Display",
    "version": "0.1.0",
    "server_time_utc": "2026-08-13T20:38:24+00:00",
    "zip": null,
    "zip_location": null,
    "nearest_sites": [],
    "default_site": "KMLB",
    "default_layout": "split_br_srv",
    "render_modes": [
        {
            "id": "raw",
            "name": "Raw Digital / No Smoothing",
            "smoothing": false,
            "interpolation": "nearest"
        },
        {
            "id": "presentation",
            "name": "Presentation Smooth",
            "smoothing": true,
            "interpolation": "bilinear"
        }
    ],
    "quality_modes": [
        {
            "id": "1080p",
            "width": 1920,
            "height": 1080,
            "hdr": false
        },
        {
            "id": "4k",
            "width": 3840,
            "height": 2160,
            "hdr": false
        }
    ],
    "products": [
        {
            "id": "BR",
            "name": "Base Reflectivity",
            "nexrad": "N0B/N0Q/N0R",
            "defaultPane": "left"
        },
        {
            "id": "BV",
            "name": "Base Velocity",
            "nexrad": "N0U/N0V",
            "defaultPane": "right"
        },
        {
            "id": "SRV",
            "name": "Storm Relative Velocity",
            "nexrad": "N0S",
            "defaultPane": "right"
        },
        {
            "id": "CC",
            "name": "Correlation Coefficient",
            "nexrad": "N0C",
            "defaultPane": "right"
        },
        {
            "id": "EET",
            "name": "Enhanced Echo Tops",
            "nexrad": "EET/135",
            "defaultPane": "aux"
        },
        {
            "id": "VIL",
            "name": "Vertically Integrated Liquid",
            "nexrad": "NVL/DVL",
            "defaultPane": "aux"
        }
    ],
    "layouts": [
        {
            "id": "single",
            "name": "Single Product",
            "panes": 1
        },
        {
            "id": "split_br_bv",
            "name": "Reflectivity + Base Velocity",
            "panes": 2,
            "products": [
                "BR",
                "BV"
            ]
        },
        {
            "id": "split_br_srv",
            "name": "Reflectivity + Storm Relative Velocity",
            "panes": 2,
            "products": [
                "BR",
                "SRV"
            ]
        },
        {
            "id": "split_br_cc",
            "name": "Reflectivity + Correlation Coefficient",
            "panes": 2,
            "products": [
                "BR",
                "CC"
            ]
        },
        {
            "id": "quad_meteorologist",
            "name": "Meteorologist Quad",
            "panes": 4,
            "products": [
                "BR",
                "SRV",
                "CC",
                "VIL"
            ]
        }
    ],
    "endpoints": {
        "sites": "https://forms.weareunion.org/forms-radar/api/sites.php",
        "loop": "https://forms.weareunion.org/forms-radar/api/loop.php",
        "alerts": "https://forms.weareunion.org/forms-radar/api/alerts.php"
    }
}