---
title: "List categories"
method: GET
path: "/categories"
---

# List categories

`GET /categories`

All product categories with featured product counts. Use the slug values for filtering in other endpoints.

## Response `200`

OK

- object
  - `data` Category[]
    - `slug` string, required
    - `name` string, required
    - `description` string
    - `product_count` integer, required

## Other responses

- `401` — Missing or invalid API key
- `429` — Rate limit exceeded

---

[API](https://skmtc.dev/anycrap/apis/anycrap-api.md) · [All operations](https://skmtc.dev/anycrap/apis/anycrap-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/anycrap/anycrap-api/revisions/8cd91e33ec7c/schema)
