NOAA · Example Payload

Noaa Nws Gridpoint Forecast Example

WeatherClimateForecastAlertsOceanTidesAviation WeatherGovernmentOpen DataEnvironmental

Noaa Nws Gridpoint Forecast Example is an example object payload from NOAA, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typegeometryproperties

Example Payload

Raw ↑
{
  "type": "Feature",
  "geometry": {
    "type": "Polygon",
    "coordinates": [
      [
        [
          -118.25,
          34.05
        ],
        [
          -118.24,
          34.05
        ],
        [
          -118.24,
          34.06
        ],
        [
          -118.25,
          34.06
        ],
        [
          -118.25,
          34.05
        ]
      ]
    ]
  },
  "properties": {
    "@id": "https://api.weather.gov/gridpoints/LOX/155,45",
    "@type": "wx:Gridpoint",
    "updateTime": "2024-01-16T10:12:00+00:00",
    "validTimes": "2024-01-16T04:00:00+00:00/P7DT20H",
    "elevation": {
      "unitCode": "wmoUnit:m",
      "value": 52
    },
    "forecastOffice": "https://api.weather.gov/offices/LOX",
    "gridId": "LOX",
    "gridX": 155,
    "gridY": 45,
    "temperature": {
      "uom": "wmoUnit:degC",
      "values": [
        {
          "validTime": "2024-01-16T04:00:00+00:00/PT1H",
          "value": 14.4
        },
        {
          "validTime": "2024-01-16T05:00:00+00:00/PT1H",
          "value": 13.9
        }
      ]
    },
    "windSpeed": {
      "uom": "wmoUnit:km_h-1",
      "values": [
        {
          "validTime": "2024-01-16T04:00:00+00:00/PT1H",
          "value": 29.6
        },
        {
          "validTime": "2024-01-16T05:00:00+00:00/PT1H",
          "value": 35.2
        }
      ]
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/noaa-nws-gridpoint-forecast-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.