Provenance
Freshness & coverage
Methods (6)
searchFacilityReleases
readFacility-level pollutant releases (the substantive Diffuse table), ordered by total release mass
Input schema
{ "type": "object", "properties": { "country": { "type": "string", "examples": [ "Germany" ] }, "pollutant": { "type": "string", "examples": [ "Carbon dioxide (CO2)" ] }, "sector": { "type": "string", "examples": [ "Energy sector" ] }, "reportingYear": { "oneOf": [ { "type": "string" }, { "type": "number" } ] }, "limit": { "type": "number", "examples": [ 25 ] }, "offset": { "type": "number" } }, "additionalProperties": false }Filter country, pollutant, sector, or year; limit 2000; highest releases first.
getReleasesNearArea
readFacility releases intersecting a WGS84 bounding box
Input schema
{ "type": "object", "properties": { "bbox": { "type": "array", "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "number" } } ] }, "pollutant": { "type": "string", "examples": [ "Methane (CH4)" ] }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false, "required": [ "bbox" ] }bbox required in EPSG:4326; optional pollutant; limit max 2000.
searchTopFacilities
readThe 129 ranked top E-PRTR facilities
Input schema
{ "type": "object", "properties": { "country": { "type": "string", "examples": [ "Germany" ] }, "activity": { "type": "string", "examples": [ "power" ] }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }Filter country or activity; limit max 200; returns facility locations.
searchLargeCombustionPlants
readThe large combustion plant (LCP) inventory
Input schema
{ "type": "object", "properties": { "city": { "type": "string", "examples": [ "Berlin" ] }, "region": { "type": "string" }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }Filter city or region; limit max 1000; many source coordinates are zero.
listPollutants
readDistinct pollutant values for the searchFacilityReleases `pollutant` filter
Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }No args; returns the nine supported pollutant names and codes.
getServiceInfo
readDescribe layers, EU coverage, coordinate convention, and distinct-value caveats.
Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }
