How to Find Github ID
·1 min read
In this article
Here's how to find github id in GitHub
- Navigate to the GitHub user's profile page you want to look up.
- Take note of the username from their profile URL or display name.
- Open the GitHub API search by typing api.github.com/users/[username] in your browser's address bar.
- Replace [username] with the actual GitHub username you noted earlier.
- Look for the 'id' field in the returned JSON data to find the numerical GitHub ID.
Ready to get started with
interactive demos?
Frequently Asked Questions
A GitHub username is the display name that appears in URLs and can be changed by the user. The GitHub ID is a permanent numerical identifier assigned when the account is created and never changes, even if the username is modified.



