---
title: "The effective dose rate calculated for a single particle type, or accumulated over all particle types."
method: GET
path: "/cari7/effective_dose"
tags: ["cari7"]
---

# The effective dose rate calculated for a single particle type, or accumulated over all particle types.

`GET /cari7/effective_dose`

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` number, required
- `latitude` number, required
- `longitude` number, required
- `year` integer, required
- `month` integer, required
- `day` integer, required
- `utc` integer, required
- `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

## Response `200`

Successful dose calculation

- object
  - `dose rate` object
    - `units` string
    - `value` number

---

[API](https://skmtc.net/amentum/apis/aviation-radiation.md) · [All operations](https://skmtc.net/amentum/apis/aviation-radiation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/amentum/aviation-radiation/versions/3ccdfd4584ac/schema)
