Weather.gov · Example Payload

Weather Gov Point Example

WeatherGovernmentUnited StatesForecastingAlertsOpen Data

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

Top-level fields

@id@typetypeforecastOfficegridXgridYforecastforecastHourlyforecastGridDataobservationStationsforecastZonecountyfireWeatherZonetimeZoneradarStationnwr

Example Payload

Raw ↑
{
  "@id": "https://api.weather.gov/resource/example",
  "@type": "wx:Point",
  "type": "marine",
  "forecastOffice": "https://api.weather.gov/resource/example",
  "gridX": 31,
  "gridY": 70,
  "forecast": "https://api.weather.gov/resource/example",
  "forecastHourly": "https://api.weather.gov/resource/example",
  "forecastGridData": "https://api.weather.gov/resource/example",
  "observationStations": "https://api.weather.gov/resource/example",
  "forecastZone": "https://api.weather.gov/resource/example",
  "county": "https://api.weather.gov/resource/example",
  "fireWeatherZone": "https://api.weather.gov/resource/example",
  "timeZone": "NWZ001",
  "radarStation": "KTOP",
  "nwr": {
    "sameCode": "example-value"
  }
}