Weather.gov · Example Payload

Weather Gov Text Product Type Collection Example

WeatherGovernmentUnited StatesForecastingAlertsOpen Data

Weather Gov Text Product Type Collection Example is an example object payload from Weather.gov, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

@graph

Example Payload

Raw ↑
{
  "@graph": [
    {
      "productCode": "example-value",
      "productName": "Example Name"
    },
    {
      "productCode": "example-value",
      "productName": "Example Name"
    }
  ]
}