crs0_MapData is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 7 properties, of which 7 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-case-crs0-map-data-structure.json",
"name": "crs0_MapData",
"description": "Data container providing locational information for each case.",
"type": "object",
"properties": {
"ICON": {
"type": "string",
"description": "Name of each individual icon file within the URL base",
"example": "CAA-IC-MN-N.png"
},
"LAT": {
"type": "string",
"description": "The latitude of the facility in degrees, to four decimal places",
"example": "38.798026"
},
"LON": {
"type": "string",
"description": "The longitude of the facility in degrees, to four decimal places",
"example": "-77.062981"
},
"NAME": {
"type": "string",
"description": "For DFR, this is the Facility name. The name corresponds to the TYPE value",
"example": "VIRGINIA CONCRETE ALEXANDRIA PLANT"
},
"PUV": {
"type": "string",
"description": "Pop up value. Combine with PopUpBaseURL to give the popup for the facility",
"example": "110001891506"
},
"TYPE": {
"type": "string",
"description": "For DFR, this is always facility",
"example": "Facility"
},
"VALUE": {
"type": "string",
"example": "string"
}
},
"required": [
"LAT",
"LON",
"ICON",
"TYPE",
"NAME",
"VALUE",
"PUV"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.