All data sources

WY Department of Environmental Quality

No authwy-deq

Wyoming WDEQ — voluntary remediation + mining permits + solid waste + AML. - searchVoluntaryRemediation (~287 VRP/ICP/Brownfields) ⭐ - searchMinePermits (~265 LQD active) ⭐ - searchSolidWaste (~312 landfills/dumps), searchAMLPads (~284), getServiceInfo Spec drift: searchAirPermits + searchUSTSites + searchSpills DROPPED — no public Feature Services. WDEQ native servers (gis.deq.wyoming.gov, 020-arcgis02.wyores.local) are internal-only. Replacements: searchSolidWaste + searchMinePermits + searchAMLPads (drawn from WDEQ AGOL mirrors). upstream quirks: VRP INDUSTRY field has free-text variants (Energy/Energy-T&S/Energy-E&P/Refinery/Military/Commercial). Mine permits COUNTY is UPPERCASE. Solid Waste COUNTY is Title Case. Date columns are mix of strings and epoch-ms.

Provenance

PublisherWY Department of Environmental Quality

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (5)

  • searchVoluntaryRemediation

    read

    WDEQ 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

    read

    WDEQ 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

    read

    WDEQ 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

    read

    Statewide 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

    read

    Schema + 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
    }