---
title: "Get all repository topics"
method: GET
path: "/repos/{owner}/{repo}/topics"
tags: ["repos"]
---

# Get all repository topics

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

## Path parameters

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

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

Response

- Topic — A topic aggregates entities that are related to a subject.
  - `names` string[], required

## Other responses

- `404` — Resource not found

---

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