---
title: "Get unit categories"
method: GET
path: "/v3/unitCategories"
tags: ["units"]
---

# Get unit categories

`GET /v3/unitCategories`

Get a list of the categories of measurement units such as 'Distance', 'Duration', 'Energy', 'Frequency', 'Miscellany', 'Pressure', 'Proportion', 'Rating', 'Temperature', 'Volume', and 'Weight'.

## Response `200`

Successful operation

- UnitCategory[]
  - `id` integer — id
  - `name` string, required — Category name
  - `standardUnitAbbreviatedName` string — Base unit for in which measurements are to be converted to and stored

## Other responses

- `401` — Not Authenticated

---

[API](https://skmtc.net/quantimo/apis/curedao-unified-health-api.md) · [All operations](https://skmtc.net/quantimo/apis/curedao-unified-health-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quantimo/curedao-unified-health-api/revisions/7ac03025c3d2/schema)
