---
title: "Resource Conservation and Recovery Act (RCRA) Map Service"
method: POST
path: "/rcra_rest_services.get_map"
tags: ["Resource Conservation and Recovery Act"]
---

# Resource Conservation and Recovery Act (RCRA) Map Service

`POST /rcra_rest_services.get_map`

The purpose of the GET_MAP service is to display facility coordinates and facility clusters related to a get_facilities facility 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.

## Response `200`

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

- object — Root Object
  - `MapOutput` Rcra12, required — Map Output Object
    - `IconBaseURL` string, required — URL where all the icons are located
    - `MapData` Rcra11[], required — An array of facility geospatial information.
      - `FormalCount` string, required — The number of formal enforcement actions that have been taken against the facility
      - `ICON` string, required — Name of each individual icon file within the URL base
      - `InformalCount` string, required — The number of informal enforcement actions that have been taken against the facility
      - `LAT` string, required — The latitude of the facility in degrees, to four decimal places
      - `LON` string, required — The longitude of the facility in degrees, to four decimal places
      - `LastInsp` string, required — The unique identifier for the last inspection
      - `NAME` string, required — For DFR, this is the Facility name. The name corresponds to the TYPE value
      - `PUV` string, required — Pop up value. Combine with PopUpBaseURL to give the popup for the facility
      - `RCRAstatus` string, required — The facility's 3-year compliance status history by quarter (3-month period) entered in the RCRAInfo program database. Each character represents a quarter of compliance, going from oldest to most recent. Character values correspond to the following compliance statuses: _ -�No Violation V -�Violation S -�Significant Violation U - Undetermined
      - `TYPE` string, required — For DFR, this is always facility
    - `PopUpBaseURL` string, required — Combine this URL with the PUC to get popup info
    - `QueryID` string, required — Sequential number assigned to entire search result

---

[API](https://skmtc.net/usepa/apis/rcra.md) · [All operations](https://skmtc.net/usepa/apis/rcra/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usepa/rcra/versions/2707810f0877/schema)
