Department of Interior · Example Payload

Usgs Water Collections Example

Example response from GET /collections showing available data collections

Federal-GovernmentNational ParksFederal LandsWater ResourcesWildlifeMineralsGeospatialGeologyNative American AffairsPublic Lands

Usgs Water Collections Example is an example object payload from Department of Interior, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionvalue

Example Payload

Raw ↑
{
  "summary": "USGS Water Data OGC API - Collections list response",
  "description": "Example response from GET /collections showing available data collections",
  "value": {
    "links": [
      {
        "href": "https://api.waterdata.usgs.gov/ogcapi/v0/collections",
        "rel": "self",
        "type": "application/json",
        "title": "Collections"
      },
      {
        "href": "https://api.waterdata.usgs.gov/ogcapi/v0",
        "rel": "root",
        "type": "application/json",
        "title": "Landing Page"
      }
    ],
    "collections": [
      {
        "id": "continuous",
        "title": "Continuous Monitoring Data",
        "description": "Continuous sensor measurement data from USGS monitoring locations",
        "links": [
          {
            "href": "https://api.waterdata.usgs.gov/ogcapi/v0/collections/continuous/items",
            "rel": "items",
            "type": "application/geo+json"
          }
        ],
        "extent": {
          "spatial": {
            "bbox": [
              [
                -180,
                -90,
                180,
                90
              ]
            ],
            "crs": "http://www.opengis.net/def/crs/OGC/1.3/CRS84"
          }
        }
      },
      {
        "id": "daily",
        "title": "Daily Values",
        "description": "Daily statistical summaries of USGS water monitoring data",
        "links": [
          {
            "href": "https://api.waterdata.usgs.gov/ogcapi/v0/collections/daily/items",
            "rel": "items",
            "type": "application/geo+json"
          }
        ]
      }
    ]
  }
}

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/usgs-water-collections-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.