v1
latestOpenAPI 3.0.02026-07-147042.6 KBcari7
The 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.
get/cari7/ambient_dose
Query parameters
altitudenumber required
Example:11
Altitude (in km). The minimum is 0 m, the maximum is 47 km (the upper limit of the stratosphere).
latitudenumber required
Example:30
Latitude. -90 (S) to 90 (N).
longitudenumber required
Example:30
Longitude. -180 (W) to 180 (E).
yearinteger required
Example:2019
Year in YYYY.
monthinteger required
Example:12
Month in MM.
dayinteger required
Example:1
Day in DD.
utcinteger required
Example:3
Hour in 24 hour time.
particle'total' | 'neutron' | 'photon' | 'e-' | 'e+' | 'mu-' | 'mu+' | 'proton' | 'pi-' | 'pi+' | 'deuteron' | 'triton' | 'helion' | 'alpha' | 'Li' | 'Be' | 'B' | 'C' | 'N' | 'O' | 'F' | 'Ne' | 'Na' | 'Mg' | 'Al' | 'Si' | 'P' | 'S' | 'Cl' | 'Ar' | 'K' | 'Ca' | 'Sc' | 'Ti' | 'V' | 'Cr' | 'Mn' | 'Fe' required
Example:total
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.322303291477743
}
}