nwis.waterdata.usgs.gov (not waterservices); legacy-only, no OGC equivalent.x-api-key: ********************curl --location '/api/v1/environment/usgs-water/peak?site=01646500&start_year=2000&end_year=2024' \
--header 'x-api-key: <api-key>'{
"data": {
"peaks": [
{
"agency": "string",
"site_id": "string",
"water_year": 0,
"peak_date": "string",
"peak_value_cfs": 0,
"gage_height_ft": 0,
"property1": "string",
"property2": "string"
}
],
"count": 0,
"api_version": "string",
"property1": "string",
"property2": "string"
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}