Topics
Catalogs topics assigned to a repository, helping categorize and improve discoverability through tags such as 'open-source' or 'web-development.'
View-Specific Information
Select
The provider processes all filters client-side within the provider. The following query is the only one processed server-side:
SELECT * FROM [Topics]
Columns
| Name | Type | References | OrderBySupport | Description |
| Id [KEY] | String | The unique identifier of the topic. | ||
| URL | String | The HTTP URL that links to the topic's page on GitHub. | ||
| ResourcePath | String | The relative HTTP path for accessing the topic within the GitHub platform. | ||
| Name | String | The name of the topic. | ||
| StargazerCount | Int | The total number of users who have starred this topic. | ||
| ViewerHasStarred | Bool | Indicates whether the currently authenticated user has starred this topic. |