NOAA ERDDAP · Example Payload

Griddap Query

Download a spatial subset of gridded satellite SST data for a bounding box over the US East Coast for a specific date, returned as NetCDF.

OceanographyMeteorologyClimateEnvironmental Datagridded dataTabular DataScientific DataGovernmentNOAAOpen Data

Griddap Query is an example object payload from NOAA ERDDAP, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionrequestnotesresponse

Example Payload

Raw ↑
{
  "title": "Griddap data query — MODIS sea surface temperature",
  "description": "Download a spatial subset of gridded satellite SST data for a bounding box over the US East Coast for a specific date, returned as NetCDF.",
  "request": {
    "method": "GET",
    "url": "https://coastwatch.pfeg.noaa.gov/erddap/griddap/erdMBsstd1day.nc?sst[(2023-06-15T12:00:00Z)][(0.0)][(25.0):(45.0)][(-82.0):(-65.0)]"
  },
  "notes": [
    "Dimension subscripts: [(time)][(altitude)][(lat_min):(lat_max)][(lon_min):(lon_max)]",
    "Parentheses denote value-based (not index-based) subscripting",
    "Replace .nc with .csv, .json, .kml, .png, etc. for different output formats",
    "Always call /info/{datasetID}/index.json first to discover valid variable names and coordinate ranges",
    "For stride (decimation): [(start):(stride):(stop)], e.g. [(25.0):(2):(45.0)]"
  ],
  "response": {
    "status": 200,
    "contentType": "application/x-netcdf",
    "description": "Binary NetCDF file containing a 2-D SST grid for the requested spatial extent and time."
  }
}

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/griddap-query"
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 email required.

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