Weatherbit · JSON Structure

Weatherbit Forecast Ag Obj Structure

ForecastAGObj schema from Weatherbit API

Type: object Properties: 30
WeatherForecastingHistorical DataAir QualityAlertsAgricultural Weather

ForecastAGObj is a JSON Structure definition published by Weatherbit, describing 30 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

bulk_soil_density dlwrf_avg dlwrf_max dlwrf_net dswrf_avg dswrf_max dswrf_net evapotranspiration precip pres_avg revision_status skin_temp_avg skin_temp_max skin_temp_min soilm_0_10cm soilm_100_200cm soilm_10_40cm soilm_40_100cm soilt_0_10cm soilt_100_200cm soilt_10_40cm soilt_40_100cm specific_humidity temp_2m_avg v_soilm_0_10cm v_soilm_100_200cm v_soilm_10_40cm v_soilm_40_100cm valid_date wind_10m_spd_avg

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/weatherbit/refs/heads/main/json-structure/weatherbit-forecast-ag-obj-structure.json",
  "name": "ForecastAGObj",
  "description": "ForecastAGObj schema from Weatherbit API",
  "type": "object",
  "properties": {
    "bulk_soil_density": {
      "type": "double",
      "description": "Bulk Soil Density",
      "example": 1370.0
    },
    "dlwrf_avg": {
      "type": "double",
      "description": "Average Downward Longwave Radiation Flux",
      "example": 418.656
    },
    "dlwrf_max": {
      "type": "double",
      "description": "Maximum Downward Longwave Radiation Flux",
      "example": 440.25
    },
    "dlwrf_net": {
      "type": "double",
      "description": "Net Downward Longwave Radiation Flux",
      "example": 143.0
    },
    "dswrf_avg": {
      "type": "double",
      "description": "Average Downward Shortwave Radiation Flux",
      "example": 158.848
    },
    "dswrf_max": {
      "type": "double",
      "description": "Maximum Downward Shortwave Radiation Flux",
      "example": 492.25
    },
    "dswrf_net": {
      "type": "double",
      "description": "Net Downward Shortwave Radiation Flux",
      "example": -50.832
    },
    "evapotranspiration": {
      "type": "double",
      "description": "Evapotranspiration",
      "example": 4.247
    },
    "precip": {
      "type": "double",
      "description": "Precipitation",
      "example": 18.5
    },
    "pres_avg": {
      "type": "double",
      "description": "Average Pressure",
      "example": 1011.644
    },
    "revision_status": {
      "type": "string",
      "description": "Data revision status",
      "example": "final"
    },
    "skin_temp_avg": {
      "type": "double",
      "description": "Average Skin Temperature",
      "example": 29.4
    },
    "skin_temp_max": {
      "type": "double",
      "description": "Maximum Skin Temperature",
      "example": 40.4
    },
    "skin_temp_min": {
      "type": "double",
      "description": "Minimum Skin Temperature",
      "example": 25.4
    },
    "soilm_0_10cm": {
      "type": "double",
      "description": "Soil Moisture (0-10cm depth)",
      "example": 25.697
    },
    "soilm_100_200cm": {
      "type": "double",
      "description": "Soil Moisture (100-200cm depth)",
      "example": 273.625
    },
    "soilm_10_40cm": {
      "type": "double",
      "description": "Soil Moisture (10-40cm depth)",
      "example": 72.813
    },
    "soilm_40_100cm": {
      "type": "double",
      "description": "Soil Moisture (40-100cm depth)",
      "example": 152.203
    },
    "soilt_0_10cm": {
      "type": "double",
      "description": "Soil Temperature (0-10cm depth)",
      "example": 29.5
    },
    "soilt_100_200cm": {
      "type": "double",
      "description": "Soil Temperature (100-200cm depth)",
      "example": 24.4
    },
    "soilt_10_40cm": {
      "type": "double",
      "description": "Soil Temperature (10-40cm depth)",
      "example": 29.8
    },
    "soilt_40_100cm": {
      "type": "double",
      "description": "Soil Temperature (40-100cm depth)",
      "example": 27.7
    },
    "specific_humidity": {
      "type": "double",
      "description": "Specific Humidity",
      "example": 0.014513969421387
    },
    "temp_2m_avg": {
      "type": "double",
      "description": "Average Temperature at 2 meters",
      "example": 26.6
    },
    "v_soilm_0_10cm": {
      "type": "double",
      "description": "Volumetric Soil Moisture (0-10cm depth)",
      "example": 0.257
    },
    "v_soilm_100_200cm": {
      "type": "double",
      "description": "Volumetric Soil Moisture (100-200cm depth)",
      "example": 0.274
    },
    "v_soilm_10_40cm": {
      "type": "double",
      "description": "Volumetric Soil Moisture (10-40cm depth)",
      "example": 0.243
    },
    "v_soilm_40_100cm": {
      "type": "double",
      "description": "Volumetric Soil Moisture (40-100cm depth)",
      "example": 0.254
    },
    "valid_date": {
      "type": "string",
      "description": "Valid Date",
      "example": "2023-09-08"
    },
    "wind_10m_spd_avg": {
      "type": "double",
      "description": "Average Wind Speed at 10 meters",
      "example": 2.505
    }
  }
}