Get all repository topics
GET
/repos/{owner}/{repo}/topics
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” owner
required
string
The account owner of the repository. The name is not case sensitive.
repo
required
string
The name of the repository without the .git extension. The name is not case sensitive.
Query Parameters
Section titled “ Query Parameters ” page
integer
The page number of the results to fetch. For more information, see “Using pagination in the REST API.”
per_page
integer
The number of results per page (max 100). For more information, see “Using pagination in the REST API.”
Responses
Section titled “ Responses ”Response
Media type application/json
Topic
A topic aggregates entities that are related to a subject.
object
names
required
Array<string>
Examples
Example default
{ "names": [ "octocat", "atom", "electron", "api" ]}Resource not found
Media type application/json
Basic Error
Basic Error
object
message
string
documentation_url
string
url
string
status
string
Example generated
{ "message": "example", "documentation_url": "example", "url": "example", "status": "example"}