Searching topics
You can search for topics associated with repositories on GitHub.
In this article
Search GitHub for topics
You can search for topics on GitHub, explore related topics, and see how many repositories are associated with a certain topic.
Navigate tosearch page.
Type a topic keyword.
In the left sidebar, to narrow your search to topics, clickTopics.
Narrowing your search with search qualifiers
If you want to explore repositories about a certain topic, find projects to contribute to, or learn which topics are most popular on GitHub, you can search topics with the search qualifiersis:featured
,is:curated
,repositories:n
andcreated:YYYY-MM-DD
.
Theis:featured
search qualifier will narrow search results to the topics with the most repositories on GitHub. These topics are also featured athttps://github.com/topics/.
Theis:curated
search qualifier will narrow search results to topics that community members have added extra information to. For more information, see theexplore repository.
You can filter topics based when they were created using the date parameter andcreated:
or based on how many repositories are associated with this topic usingrepositories:n
. Both of these qualifiers can use thegreater than and less than range qualifiers.
Date formatting must follow theISO8601 standard, which isYYYY-MM-DD
(year-month-day). You can also add optional time informationTHH:MM:SS+00:00
after the date, to search by the hour, minute, and second. That'sT
, followed byHH:MM:SS
(hour-minutes-seconds), and a UTC offset (+00:00
).
When you search for a date, you can use greater than, less than, and range qualifiers to further filter results. For more information, seeUnderstanding the search syntax.
Qualifier | Example |
---|---|
is:curated | is:curated javascript matches topics that are curated and contain the word "javascript." |
is:featured | is:featured javascript matches topics that are featured onhttps://github.com/topics/ and contain the word "javascript." |
is:not-curated | is:not-curated javascript matches topics that don't have extra information, such as a description or logo, and contain the word "javascript." |
is:not-featured | is:not-featured javascript matches topics that aren't featured onhttps://github.com/topics/ and contain the word "javascript." |
repositories:n | repositories:>5000 matches topics that have more than 5000 repositories. |
created:YYYY-MM-DD | Serverless created:>2019-01-01 matches topics with the word "serverless" that were created after 2018. |
Search repositories by topic
You can use thetopic:
qualifier to find every repository connected to a particular topic. For more information, seeSearching for repositories.