'How to filter GitHub repositories of an user by topics

I already see similar topics, but no one solve my problem.

How to filter and fetch GitHub repositories by topics

Github API: Getting topics of a Github repository

The problem is: When I request for https://api.github.com/search/repositories?q=topic:${TOPIC} they give me the repositories form the whole world, so well, I just want to get from a unique user or organization.

I know about https://api.github.com/users/{user}

but it doesn't seem to filter by topics, so I would have to search through a hundred repositories to match the topic I need.

Is there any API feature that helps me?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source