Weather.gov · JSON Structure

Weather Gov Land Region Code Structure

Land region code. These correspond to the six NWS regional headquarters: * AR: Alaska Region * CR: Central Region * ER: Eastern Region * PR: Pacific Region * SR: Southern Region * WR: Western Region

Type: string Properties: 0
WeatherGovernmentUnited StatesForecastingAlertsOpen Data

LandRegionCode is a JSON Structure definition published by Weather.gov. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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/weather-gov/refs/heads/main/json-structure/weather-gov-land-region-code-structure.json",
  "name": "LandRegionCode",
  "description": "Land region code. These correspond to the six NWS regional headquarters:\n* AR: Alaska Region\n* CR: Central Region\n* ER: Eastern Region\n* PR: Pacific Region\n* SR: Southern Region\n* WR: Western Region\n",
  "type": "string",
  "enum": [
    "AR",
    "CR",
    "ER",
    "PR",
    "SR",
    "WR"
  ]
}