---
title: "Get Categories"
method: GET
path: "/public/v2/categories"
tags: ["categories"]
---

# Get Categories

`GET /public/v2/categories`

Get Categories based on the cursor, limit, names, and tags; or ids.

## Query parameters

- `cursor` string
- `limit` integer
- `name` string[]
- `tag` string[]
- `id` integer[]

## Response `200`

OK

- EndpointsPaginatedResponseEndpointsCategoryWithTags
  - `data` EndpointsCategoryWithTags[], required
    - `id` integer
    - `name` string
    - `tags` string[]
    - `thumbnail` string
  - `message` string, required
  - `pagination` EndpointsPagination, required
    - `next_cursor` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

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