Query GitHub User
Free GitHub user-info API. Fetch a developer's basic profile (repositories, followers, public Gists, and more), and optionally pull the contribution graph for the past year aggregated by week and by month. Supports filtering contributions to a specific organization for accurate scope analysis. · Suitable for building developer homepages, technical-blog name cards, open-source team activity dashboards, dynamic-resume parsers, and year-end code summaries. · Query GitHub User
free GitHub API, GitHub user info lookup, GitHub contribution graph API, Contribution graph fetch, GitHub developer profile, developer contribution statistics, GitHub contribution-square data
GET /github/user - Query GitHub User
Need a complete picture of a developer's GitHub presence? This endpoint returns a detailed basic profile, the list of organizations the developer belongs to, and can also pull the developer's contribution-square data in a single call.
Overview
- Basic developer profile: Returns repository count, follower count, public email, location, social-media links, and other profile fields. Useful for auto-generating developer cards on technical blogs or building developer dossiers.
- Contribution calendar and timeline: When activity=true is enabled, the endpoint fetches the user's full contribution data for the past year. The returned JSON is pre-aggregated by week (weeks) and day (days), so a simple double-loop on the frontend renders the same calendar shown on the user's GitHub profile.
- Organization-scoped contributions: To evaluate someone's activity inside a specific team or open-source project only, pass the org parameter. The endpoint strips out commits made to private projects or personal repositories outside the organization and returns contributions scoped to that organization.