rcra11

Map Data Object

GovernmentEnvironmentalOpen DataAir QualityWater QualityHazardous WasteComplianceEmissions

Properties

Name Type Description
FormalCount string The number of formal enforcement actions that have been taken against the facility
ICON string Name of each individual icon file within the URL base
InformalCount string The number of informal enforcement actions that have been taken against the facility
LAT string The latitude of the facility in degrees, to four decimal places
LON string The longitude of the facility in degrees, to four decimal places
LastInsp string The unique identifier for the last inspection
NAME string For DFR, this is the Facility name. The name corresponds to the TYPE value
PUV string Pop up value. Combine with PopUpBaseURL to give the popup for the facility
RCRAstatus string 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 recen
TYPE string For DFR, this is always facility
View JSON Schema on GitHub

JSON Schema

echo-rcra-rcra11-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-rcra-rcra11-schema.json",
  "title": "rcra11",
  "description": "Map Data Object",
  "type": "object",
  "properties": {
    "FormalCount": {
      "description": "The number of formal enforcement actions that have been taken against the facility",
      "example": "1",
      "title": "Formal Count",
      "type": "string"
    },
    "ICON": {
      "description": "Name of each individual icon file within the URL base",
      "example": "CAA-IC-MN-N.png",
      "title": "Icon",
      "type": "string"
    },
    "InformalCount": {
      "description": "The number of informal enforcement actions that have been taken against the facility",
      "example": "1",
      "title": "Informal Count",
      "type": "string"
    },
    "LAT": {
      "description": "The latitude of the facility in degrees, to four decimal places",
      "example": "38.798026",
      "title": "Latitude",
      "type": "string"
    },
    "LON": {
      "description": "The longitude of the facility in degrees, to four decimal places",
      "example": "-77.062981",
      "title": "Longitude",
      "type": "string"
    },
    "LastInsp": {
      "description": "The unique identifier for the last inspection",
      "example": "901",
      "title": "Last Inspection",
      "type": "string"
    },
    "NAME": {
      "description": "For DFR, this is the Facility name. The name corresponds to the TYPE value",
      "example": "VIRGINIA CONCRETE ALEXANDRIA PLANT",
      "title": "Name",
      "type": "string"
    },
    "PUV": {
      "description": "Pop up value. Combine with PopUpBaseURL to give the popup for the facility",
      "example": "110001891506",
      "title": "Popup Value",
      "type": "string"
    },
    "RCRAstatus": {
      "description": "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:\n_ -\ufffdNo Violation\nV -\ufffdViolation\nS -\ufffdSignificant Violation\nU - Undetermined",
      "example": "________VVSS",
      "title": "RCRA 3-Year Compliance Status",
      "type": "string"
    },
    "TYPE": {
      "description": "For DFR, this is always facility",
      "example": "Facility",
      "title": "Type",
      "type": "string"
    }
  },
  "required": [
    "LAT",
    "LON",
    "ICON",
    "TYPE",
    "NAME",
    "PUV",
    "RCRAstatus",
    "LastInsp",
    "FormalCount",
    "InformalCount"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/echo-rcra-rcra11"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.