---
title: "Get list of topics that a repository has"
method: GET
path: "/repos/{owner}/{repo}/topics"
tags: ["repository"]
---

# Get list of topics that a repository has

`GET /repos/{owner}/{repo}/topics`

## Path parameters

- `owner` string, required
- `repo` string, required

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

TopicNames

- TopicName — TopicName a list of repo topic names
  - `topics` string[] — List of topic names

## Other responses

- `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)
