Note: The topics property for repositories on GitHub Enterprise is currently available for developers to preview. To view the topics property in calls that return repository results, you must provide a custom media type in the Accept header:
application/vnd.github.mercy-preview+json
Warning: The API may change without advance notice during the preview period. Preview features are not supported for production use. If you experience any issues, contact your GitHub Enterprise site administrator.
GET /repos/:owner/:repo/topics
Status: 200 OK
{
"names": [
"octocat",
"atom",
"electron",
"api"
]
}