View GitHub user and repository statistics
Fetching stats...
This tool queries the GitHub API (via a proxy worker) to retrieve public user and repository data. User endpoints return profile metadata, contribution counts, and social metrics. Repository endpoints return engagement data including stargazers (bookmarks), forks (copies), watchers (subscribers), and open issues (active bugs/features). All data comes from GitHub's public API — no authentication token is needed for public profiles and repos, though rate limits apply (60 requests/hour for unauthenticated).
Real-world use cases:
This tool is part of the FAK LAB ecosystem, founded by Faizan Ahmad Khan Khichi. The tool only accesses publicly available GitHub data — the same information visible on any GitHub profile page. It sends only the username/repo name to fetch public API data. No GitHub authentication tokens are used, no private repositories are accessible, and your search queries are not logged or stored.
No. This tool only accesses public GitHub API endpoints. Private repositories, private contribution counts, and organization-internal data are not visible. Only information that's publicly displayed on a user's GitHub profile is retrievable.
GitHub stars are bookmarks — users "star" repositories they find useful, interesting, or want to revisit. It's a proxy for popularity and community endorsement, but doesn't indicate code quality or maintenance status. A repository with 50K stars could be abandoned; one with 500 stars could be actively maintained and production-ready.
Common reasons: the username is misspelled, the profile is private/suspended, or GitHub's API rate limit has been reached (60 unauthenticated requests per hour per IP). If you get errors, wait a few minutes and try again, or verify the username exists by visiting github.com/username directly.