v1
latestOpenAPI 3.0.02026-07-147042.6 KBThe effective dose rate calculated for a single particle type, or accumulated over all particle types.
Effective Dose is a radiation protection quantity defined by the International Commission on Radiological Protection (ICRP) and represents the stochastic health risk to the human body at low levels of radiation. It accounts for the different sensitivities of organs to ionising radiation, as well as the different effectiveness of various types of radiation. Use this endpoint if you need to estimate radiation exposures of personnel.
Query parameters
Altitude (in km). The minimum is 0 m, the maximum is 47 km (the upper limit of the stratosphere).
Latitude. -90 (S) to 90 (N).
Longitude. -180 (W) to 180 (E).
Year in YYYY.
Month in MM.
Day in DD.
Hour in 24 hour time.
The particle type as a string. Specifying 'total' returns the dose for all particle types.
Response
Successful dose calculation
Example response
{
"dose rate": {
"units": "uSv/hr",
"value": 2.1532952875056712
}
}