Quick summary
Finding a GitHub ID requires navigating to the target user's profile and querying the GitHub API at api.github.com to retrieve the unique numerical identifier. This method works for any public GitHub user and returns the ID instantly without any authentication.
Steps
- Go to the target user's GitHub account page.
- Use the search bar at the top of the GitHub homepage and find the GitHub ID by querying the GitHub API via api.github.com.
- Locate the numerical ID returned in the API response — for example, 174875606 is the ID for the user PMC2024.
- By following these steps, you can find any user's GitHub ID using api.github.com.
.gif)



