---
title: "Lookup endpoint for categories"
method: GET
path: "/category/lookup"
tags: ["Category"]
---

# Lookup endpoint for categories

`GET /category/lookup`

## Query parameters

- `searchTerm` string
- `limit` integer
- `offset` integer

## Response `200`

OK

- CategoryLookupModels — A paginated model of category lookup results
  - `Total` integer — The total number of records which can be retrieved. Note that this field is not available for all paginated endpoints.
  - `Records` CategoryLookupModel[] — The retrieved records.
    - `Id` integer — ID of the category
    - `Name` string — Name of the category
    - `Key` string — Key of the category
    - `Parents` CategoryPathItem[] — Parents of the category (usable to create path)
      - `Id` integer
      - `Name` string

---

[API](https://skmtc.net/tweakwise/apis/frontend-api.md) · [All operations](https://skmtc.net/tweakwise/apis/frontend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tweakwise/frontend-api/revisions/9bd1e2b3633f/schema)
