---
title: "search topics via keyword"
method: GET
path: "/topics/search"
tags: ["repository"]
---

# search topics via keyword

`GET /topics/search`

## Query parameters

- `q` string, required
- `page` integer
- `limit` integer

## Response `200`

TopicListResponse

- TopicListResponse — TopicListResponse returns a list of TopicResponse
  - `topics` TopicResponse[]
    - `created` string, date-time — The date and time when the topic was created
    - `id` integer — The unique identifier of the topic
    - `repo_count` integer — The number of repositories using this topic
    - `topic_name` string — The name of the topic
    - `updated` string, date-time — The date and time when the topic was last updated

## Other responses

- `403` — APIForbiddenError is a forbidden error response
- `404` — APINotFound is a not found empty response

---

[API](https://skmtc.net/gitea/apis/gitea-api.md) · [All operations](https://skmtc.net/gitea/apis/gitea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitea/gitea-api/versions/350de506cefa/schema)
