v1

latestSwagger 2.0This page was built with the Swagger API.2026-07-142241153.1 KB
Case Enforcement

Enforcement Case Map Service

The purpose of the GET_MAP service is to display facility coordinates and facility clusters related to a get_cases query. Currently, the maximum number of coordinates returned is 500. GET_MAP performs automatic clustering at the state, county, and zip code levels to maximize the number of coordinates returned.

post/case_rest_services.get_map

Response

Results are either an array of State, County, Zip Code facility cluster map coordinates or individual facility coordinates. Coordinates provided are in WGS84.

Example response

{
  "MapOutput": {
    "IconBaseURL": "https://echo.epa.gov/app/map/icons/",
    "MapData": [
      {
        "ICON": "CAA-IC-MN-N.png",
        "LAT": "38.798026",
        "LON": "-77.062981",
        "NAME": "VIRGINIA CONCRETE ALEXANDRIA PLANT",
        "PUV": "110001891506",
        "TYPE": "Facility"
      }
    ],
    "PopUpBaseURL": "https://echodata.epa.gov/echo/cwa_rest_services.pop_up?p_id=",
    "QueryID": "245"
  }
}