action epa_post_air_rest_services_get_map { label: "Clean Air Act Map Service" description: "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." provider: epa method: POST path: "/air_rest_services.get_map" encoding: json output: { type: "object" additionalProperties: true } }