---
title: "list nutrients"
method: GET
path: "/nutrients"
tags: ["Nutrients"]
---

# list nutrients

`GET /nutrients`

## Query parameters

- `page` integer
- `per_page` integer
- `q` string
- `coded` true

## Response `200`

success

- object
  - `nutrients` Nutrient[]
    - `name` string
    - `code` string
  - `total` integer — total number of items

---

[API](https://skmtc.net/thequestionmark/apis/questionmark-api-v1-2.md) · [All operations](https://skmtc.net/thequestionmark/apis/questionmark-api-v1-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thequestionmark/questionmark-api-v1-2/versions/936ff09e6fa1/schema)
