Provenance
Freshness & coverage
Methods (3)
searchContaminatedSites
readSPAR contaminated sites (~8.8K). Filter borough/siteName/status/lustOnly/city/staff/ancsaOnly.
Input schema
{ "type": "object", "properties": { "siteName": { "type": "string" }, "status": { "type": "string", "examples": [ "Active" ] }, "lustOnly": { "type": "boolean" }, "city": { "type": "string" }, "staff": { "type": "string" }, "ancsaOnly": { "type": "boolean" }, "borough": { "type": "string", "examples": [ "Anchorage" ] }, "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 }Borough is AK county-equivalent. Status: Active|Cleanup Complete|Informational.
getSiteById
readSingle site lookup by Hazard_ID. Includes Site_Report_Link to public SPAR portal.
Required paramshazardIdInput schema
{ "type": "object", "properties": { "hazardId": { "type": "integer", "examples": [ 1133 ], "oneOf": [ { "type": "string" }, { "type": "number" } ] } }, "additionalProperties": false, "required": [ "hazardId" ] }getServiceInfo
readSchema + record count + enum values for the public Contaminated Sites layer.
Input schema
{ "type": "object", "properties": { "service": { "type": "string" } }, "additionalProperties": false }
