---
title: "The ambient dose equivalent rate calculated for a single particle type, or accumulated over all particle types."
method: GET
path: "/parma/ambient_dose"
tags: ["parma"]
---

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

`GET /parma/ambient_dose`

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` number
- `atmospheric_depth` number
- `latitude` number, required
- `longitude` number, required
- `year` integer, required
- `month` integer, required
- `day` integer, required
- `particle` 'total' | 'e-' | 'e+' | 'mu+' | 'mu-' | 'gamma' | 'neutron' | 'proton' | 'alpha', required

## Response `200`

Successful dose read operation

- 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)
