This is the Radiation Monitoring Open Data API, that is populated using the EPA’s Environmental Radioactivity Ireland Central (ERIC) data warehouse. ERIC is a single repository that contains all terrestrial and marine environmental radioactivity and radiological data from routine monitoring programmes and research projects from 1982 to the present day. The data is stored using the European Commission‘s Radioactivity Environmental Monitoring (REM) format. ERIC stores only validated results from data source repositories.
See more at the EPA’s Radiation Monitoring page.
Note: Please see important information regarding the
is_mdafield at the bottom of the page.
Contents
Open API Documentation (Swagger)
https://data.epa.ie/radmon/swagger/
Radiation Monitoring API Endpoints
Measurements
https://data.epa.ie/radmon/api/v1/measurements
Pagination is managed using thepageparameter, and the number of results per page is determined using theper_pageparameter, e.g.A single record can be returned by entering the
measurement_idof the location at the end of the URI, e.g.
Important Note on Data
Note: Theis_mdafield is very important as this determines whether the data reported is a measured activity as opposed to not being detected. Theis_mdafield determines whether the data reported is a measured activity or below the Minimum Detectable Activity of the monitoring equipment used to make the measurement. If theis_mdafield isFalsethen the result is detected: use theValuefield to determine the activity. TheUncertaintyfield will tell you the level of uncertainty for that value. If theis_mdafield isTrue, then the result reported is below limits of detection. TheValuefield will tell you the Minimum Detectable Activity, in this instance the reported result should be eitherNot Detectedor< Value
License
The data provided in the API is licensed under a Creative Commons Attribution 4.0 International License.
