Provenance
Freshness & coverage
Methods (6)
search303dImpairedWaters
unknown303(d) impaired subsegments — designated use rated Not Supported. Defaults to PCR.
Input schema
{ "type": "object", "properties": { "designatedUse": { "oneOf": [ { "type": "string", "enum": [ "PCR" ] }, { "type": "string", "enum": [ "SCR" ] }, { "type": "string", "enum": [ "FWP" ] }, { "type": "string", "enum": [ "DWS" ] }, { "type": "string", "enum": [ "ONR" ] }, { "type": "string", "enum": [ "OYS" ] }, { "type": "string", "enum": [ "AGR" ] }, { "type": "string", "enum": [ "LAL" ] } ] }, "useStatus": { "oneOf": [ { "type": "string", "enum": [ "Fully Supported" ] }, { "type": "string", "enum": [ "Not Supported" ] }, { "type": "string", "enum": [ "Insufficient Data" ] }, { "type": "string", "enum": [ "Not a Use" ] }, { "type": "string", "enum": [ "No Data Collected" ] } ] }, "basin": { "type": "string", "examples": [ "CALCASIEU" ] }, "bbox": { "type": "array", "items": { "type": "number" } }, "near": { "type": "object", "properties": { "lat": { "type": "number" }, "lon": { "type": "number" }, "radiusMiles": { "type": "number" } }, "required": [ "lat", "lon", "radiusMiles" ], "additionalProperties": false }, "limit": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] }, "verbose": { "type": "boolean" } }, "additionalProperties": false }Filter by designatedUse (PCR/SCR/FWP/DWS/...), basin (12 names), bbox, or near.
searchSubsegmentsByUse
readSubsegments filtered by an arbitrary designated-use rating. Default useStatus=Fully Supported.
Input schema
{ "type": "object", "properties": { "designatedUse": { "type": "string", "examples": [ "FWP" ], "oneOf": [ { "type": "string", "enum": [ "PCR" ] }, { "type": "string", "enum": [ "SCR" ] }, { "type": "string", "enum": [ "FWP" ] }, { "type": "string", "enum": [ "DWS" ] }, { "type": "string", "enum": [ "ONR" ] }, { "type": "string", "enum": [ "OYS" ] }, { "type": "string", "enum": [ "AGR" ] }, { "type": "string", "enum": [ "LAL" ] } ] }, "useStatus": { "type": "string", "examples": [ "Fully Supported" ], "oneOf": [ { "type": "string", "enum": [ "Fully Supported" ] }, { "type": "string", "enum": [ "Not Supported" ] }, { "type": "string", "enum": [ "Insufficient Data" ] }, { "type": "string", "enum": [ "Not a Use" ] }, { "type": "string", "enum": [ "No Data Collected" ] } ] }, "basin": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "near": { "type": "object", "properties": { "lat": { "type": "number" }, "lon": { "type": "number" }, "radiusMiles": { "type": "number" } }, "required": [ "lat", "lon", "radiusMiles" ], "additionalProperties": false }, "limit": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] }, "verbose": { "type": "boolean" } }, "additionalProperties": false }searchWatershedBasins
readLDEQ watershed basin polygons (12 basins).
Input schema
{ "type": "object", "properties": { "name": { "type": "string", "examples": [ "PONTCHARTRAIN" ] }, "bbox": { "type": "array", "items": { "type": "number" } }, "near": { "type": "object", "properties": { "lat": { "type": "number" }, "lon": { "type": "number" }, "radiusMiles": { "type": "number" } }, "required": [ "lat", "lon", "radiusMiles" ], "additionalProperties": false }, "limit": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] }, "verbose": { "type": "boolean" } }, "additionalProperties": false }searchAmbientMonitoringSites
readLEAU active monitoring sites (~761). Filter stationType, wqsRegion, bbox, near.
Input schema
{ "type": "object", "properties": { "stationType": { "type": "string", "examples": [ "STREAM" ] }, "wqsRegion": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "near": { "type": "object", "properties": { "lat": { "type": "number" }, "lon": { "type": "number" }, "radiusMiles": { "type": "number" } }, "required": [ "lat", "lon", "radiusMiles" ], "additionalProperties": false }, "limit": { "type": "number", "examples": [ 100 ] }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] }, "verbose": { "type": "boolean" } }, "additionalProperties": false }STATION_TYPE: STREAM, LAKE, BAY/ESTUARY, CANAL, RESERVOIR, OCEAN.
searchFishAdvisories
readFish consumption advisories (~62). Filter by parish substring or pollutant.
Input schema
{ "type": "object", "properties": { "parish": { "type": "string", "examples": [ "Calcasieu" ] }, "pollutant": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "near": { "type": "object", "properties": { "lat": { "type": "number" }, "lon": { "type": "number" }, "radiusMiles": { "type": "number" } }, "required": [ "lat", "lon", "radiusMiles" ], "additionalProperties": false }, "limit": { "type": "number" }, "format": { "oneOf": [ { "type": "string", "enum": [ "records" ] }, { "type": "string", "enum": [ "geojson" ] } ] }, "verbose": { "type": "boolean" } }, "additionalProperties": false }Parishes is a free-text list — parish="Cameron" matches "Calcasieu and Cameron".
getServiceInfo
readSchema + record counts for any of the 6 services (LDEQ Louisiana Environmental).
Input schema
{ "type": "object", "properties": { "service": { "type": "string", "examples": [ "ir2020Subsegments" ] } }, "additionalProperties": false }
