Provenance
Freshness & coverage
Methods (5)
searchVoluntaryRemediation
readWDEQ VRP/ICP/Brownfields (~287). Filter county/site/volunteer/status/typeSite/industry.
Input schema
{ "type": "object", "properties": { "siteName": { "type": "string" }, "volunteer": { "type": "string" }, "status": { "type": "string", "examples": [ "Open" ] }, "typeSite": { "type": "string" }, "industry": { "type": "string" }, "contamMedium": { "type": "string" }, "county": { "type": "string", "examples": [ "Fremont" ] }, "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" ] } ] } }, "additionalProperties": false }STATUS: Open/Closed/Withdrawn. INDUSTRY free-text — UPPER LIKE.
searchMinePermits
readWDEQ LQD Active Mine Permits (~265). Filter county/mineralCategory/mineral/company.
Input schema
{ "type": "object", "properties": { "mineralCategory": { "type": "string", "examples": [ "Coal" ] }, "mineral": { "type": "string" }, "company": { "type": "string" }, "county": { "type": "string", "examples": [ "Campbell" ] }, "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" ] } ] } }, "additionalProperties": false }mineralCategory: Quarry/Coal/Bentonite/Uranium/Trona.
searchSolidWaste
readWDEQ Solid Waste facilities (~312). Replaces dropped searchUSTSites (UST internal-only).
Input schema
{ "type": "object", "properties": { "status": { "type": "string", "examples": [ "Active" ] }, "facilityType": { "type": "string" }, "company": { "type": "string" }, "city": { "type": "string" }, "county": { "type": "string", "examples": [ "Sweetwater" ] }, "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" ] } ] } }, "additionalProperties": false }Status: Active/Closed/Historic. Facility_Type: Landfill/Municipal/etc.
searchAMLPads
readStatewide eAMLIS Reclamation PADs (~284). NO county column — bbox/near scoping only.
Input schema
{ "type": "object", "properties": { "amlSiteNo": { "type": "string" }, "eAmlisNo": { "type": "string" }, "padName": { "type": "string" }, "minAcres": { "type": "number", "examples": [ 100 ] }, "county": { "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" ] } ] } }, "additionalProperties": false }getServiceInfo
readSchema + record counts for any of the 4 services (WY Department of Environmental Quality).
Input schema
{ "type": "object", "properties": { "service": { "type": "string", "examples": [ "vrp" ] } }, "additionalProperties": false }
