U.S. Geological Survey · Schema
MonitoringLocationProperties
Attributes describing a USGS water monitoring location.
Federal-GovernmentGeologicalEarth ScienceNatural ResourcesEarthquakeWaterHydrology
Properties
| Name | Type | Description |
|---|---|---|
| monitoringLocationIdentifier | string | Unique identifier in format AGENCY-SITENUMBER. |
| monitoringLocationName | string | Name of the monitoring location. |
| monitoringLocationTypeName | string | Type of monitoring location (Stream, Well, Lake, etc.). |
| hucEightDigitCode | string | 8-digit Hydrologic Unit Code for the location's watershed. |
| stateFIPSCode | string | Two-digit state FIPS code. |
| countryCode | string | ISO 3166-1 alpha-2 country code. |
| drainageAreaMeasure | number | Drainage area measurement value. |
| drainageAreaMeasureUnitCode | string | Unit code for drainage area. |
| siteWebAddress | string | URL for the USGS NWIS site page. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/u-s-geological-survey/refs/heads/main/json-schema/usgs-water-data-api-monitoring-location-properties-schema.json",
"title": "MonitoringLocationProperties",
"description": "Attributes describing a USGS water monitoring location.",
"type": "object",
"properties": {
"monitoringLocationIdentifier": {
"type": "string",
"description": "Unique identifier in format AGENCY-SITENUMBER.",
"example": "USGS-11169025"
},
"monitoringLocationName": {
"type": "string",
"description": "Name of the monitoring location.",
"example": "GUADALUPE R AB HWY 237 NR ALVISO CA"
},
"monitoringLocationTypeName": {
"type": "string",
"description": "Type of monitoring location (Stream, Well, Lake, etc.).",
"example": "Stream"
},
"hucEightDigitCode": {
"type": "string",
"description": "8-digit Hydrologic Unit Code for the location's watershed.",
"example": "18050001"
},
"stateFIPSCode": {
"type": "string",
"description": "Two-digit state FIPS code.",
"example": "06"
},
"countryCode": {
"type": "string",
"description": "ISO 3166-1 alpha-2 country code.",
"example": "US"
},
"drainageAreaMeasure": {
"type": "number",
"description": "Drainage area measurement value.",
"example": 850.0
},
"drainageAreaMeasureUnitCode": {
"type": "string",
"description": "Unit code for drainage area.",
"example": "sq mi"
},
"siteWebAddress": {
"type": "string",
"description": "URL for the USGS NWIS site page.",
"example": "https://waterdata.usgs.gov/nwis/inventory?agency_code=USGS&site_no=11169025"
}
}
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/usgs-water-data-api-monitoring-location-properties"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.