Weather.gov · Example Payload

Weather Gov Gridpoint Example

WeatherGovernmentUnited StatesForecastingAlertsOpen Data

Weather Gov Gridpoint Example is an example object payload from Weather.gov, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

@id@typeupdateTimeforecastOfficegridIdgridXgridYweatherhazards

Example Payload

Raw ↑
{
  "@id": "https://api.weather.gov/resource/example",
  "@type": "wx:Gridpoint",
  "updateTime": "2026-05-03T14:30:00Z",
  "forecastOffice": "https://api.weather.gov/resource/example",
  "gridId": "example-value",
  "gridX": 86,
  "gridY": 72,
  "weather": {
    "values": [
      {
        "value": [
          null,
          null
        ]
      }
    ]
  },
  "hazards": {
    "values": [
      {
        "value": [
          null
        ]
      }
    ]
  }
}