mbBR Forecast API
    mbBR Forecast API
    • Metebolue Data Packages
      GET
    • Schemas
      • Error Schema
      • Forecast Response

    Forecast Response

    {
        "metadata": {
            "modelrun_updatetime_utc": "string",
            "name": "string",
            "height": 0,
            "timezone_abbrevation": "string",
            "latitude": 0,
            "modelrun_utc": "string",
            "longitude": 0,
            "utc_timeoffset": 0,
            "generation_time_ms": 0
        },
        "units": {
            "precipitation": "string",
            "windspeed": "string",
            "cloudcover": "string",
            "radiation": "string",
            "time": "string",
            "temperature": "string",
            "relativehumidity": "string",
            "pressure": "string",
            "winddirection": "string",
            "soilmoisture": "string",
            "transpiration": "string",
            "predictability": "string",
            "sunshinetime": "string",
            "precipitation_probability": "string",
            "sensibleheatflux": "string",
            "radiationtotal": "string",
            "leafwetness": "string",
            "visibility": "string",
            "cape": "string"
        },
        "trend_1h": {
            "time": [
                "string"
            ],
            "precipitation_spread": [
                0
            ],
            "snowfraction": [
                0
            ],
            "windspeed": [
                0
            ],
            "temperature": [
                0
            ],
            "ghi_backwards": [
                0
            ],
            "temperature_spread": [
                0
            ],
            "windspeed_spread": [
                0
            ],
            "pictocode": [
                0
            ],
            "precipitation": [
                0
            ],
            "isdaylight": [
                0
            ],
            "totalcloudcover_spread": [
                0
            ],
            "relativehumidity": [
                0
            ],
            "totalcloudcover": [
                0
            ],
            "sealevelpressure": [
                0
            ],
            "winddirection": [
                0
            ],
            "extraterrestrialradiation_backwards": [
                0
            ],
            "dewpointtemperature": [
                0
            ],
            "sunshinetime": [
                0
            ],
            "felttemperature": [
                0
            ],
            "highclouds": [
                0
            ],
            "cape": [
                0
            ],
            "referenceevapotranspiration_fao": [
                0
            ],
            "gust": [
                0
            ],
            "liftedindex": [
                0
            ],
            "visibility": [
                0
            ],
            "skintemperature": [
                0
            ],
            "precipitation_probability": [
                0
            ],
            "evapotranspiration": [
                0
            ],
            "uvindex": [
                0
            ],
            "lowclouds": [
                0
            ],
            "midclouds": [
                0
            ]
        }
    }
    Built with