Vi bruker informasjonskapsler til autentisering og — med ditt samtykke — til analyse. Les mer.
E-PRTR (European Pollutant Release and Transfer Register) er EUs offisielle register over utslipp og overføringer av forurensende stoffer fra ~30 000 industri- og avfallsanlegg i EU/EEA. Inkluderer anleggs-info (operatør, NACE, koordinater) og per-anlegg per-år per-stoff utslipps-rader til luft/vann/jord og avfalls-/avløpsoverføringer. Komplementerer `norske-utslipp` (NO-spesifikk) med EU-bredt perspektiv. Live data hentes via Cloud Run-jobb mot EEA Discomap; routene starter i `not_configured`-modus.
30K rader
Datamengde
Oppdatering
3
MCP-verktøy
{
"data": "..."
}/healthStatus + endepunktoversikt
# GET https://data.ketl.no/api/connectors/eu-eprtr/health
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/eu-eprtr/health"Authentisert kall: legg til -H "x-api-key: ketl_…" eller -H "Authorization: Bearer …". Se /docs for full referanse.
/facilitiesAnleggssøk
# GET https://data.ketl.no/api/connectors/eu-eprtr/facilities
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/eu-eprtr/facilities"Authentisert kall: legg til -H "x-api-key: ketl_…" eller -H "Authorization: Bearer …". Se /docs for full referanse.
/facilities/{facilityId}Detalj per anlegg
# GET https://data.ketl.no/api/connectors/eu-eprtr/facilities/{facilityId}
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/eu-eprtr/facilities/{facilityId}"Authentisert kall: legg til -H "x-api-key: ketl_…" eller -H "Authorization: Bearer …". Se /docs for full referanse.
/emissionsUtslippsrapporter per anlegg/år/stoff/kategori
# GET https://data.ketl.no/api/connectors/eu-eprtr/emissions
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/eu-eprtr/emissions"Authentisert kall: legg til -H "x-api-key: ketl_…" eller -H "Authorization: Bearer …". Se /docs for full referanse.