v1
latestOpenAPI 3.0.02026-07-147042.6 KBThe ambient dose equivalent rate calculated for a single particle type, or accumulated over all particle types.
The ambient dose equivalent, H*(10), is an operational quantity that simulates the human body by measuring the dose equivalent at a depth of 10 mm within a tissue equivalent sphere of 300 mm diameter. It is a measurable quantity that is used to calibrate area monitors (radiation detectors) for mixed radiation fields. Use this endpoint if you are comparing model predictions to measurements.
Query parameters
Altitude (in km). The minimum is 0 m, the maximum is 47 km (the upper limit of the stratosphere).
Atmospheric depth from the top of the atmosphere (in units of g/cm2). The minimum is 0.913 g/cm2, the maximum is 1032.66 g/cm2. WARNING: you can specify either altitude OR atmospheric depth, not both.
Latitude. -90 (S) to 90 (N).
Longitude. -180 (W) to 180 (E).
Year in YYYY.
Month in MM.
Day in DD.
The particle type as a string. Specifying 'total', only used for the dose calculation, returns the dose for all particle types.
Response
Successful dose read operation
Example response
{
"dose rate": {
"units": "uSv/hr",
"value": 0.26835067168474125
}
}