---
title: "List food categories"
method: GET
path: "/foods/categories"
tags: ["Foods"]
---

# List food categories

`GET /foods/categories`

All available food categories with item counts.

## Response `200`

Categories with counts

- object[]
  - `category` string
  - `count` integer

## Other responses

- `429` — Rate limit exceeded. Check the Retry-After and X-RateLimit-* headers.

---

[API](https://skmtc.net/getdietly/apis/dietlyapi.md) · [All operations](https://skmtc.net/getdietly/apis/dietlyapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getdietly/dietlyapi/versions/52a57a48ae8d/schema)
