← Back to catalog
github.user
mock data$0.001 / callGitHub User Profile
Get a GitHub user profile — name, bio, public repos count, followers, company, location, join date. Works for users and organizations (GitHub API)
Input schema
usernamerequired
stringGitHub username (e.g. "torvalds", "whiteknightonhorse")
Call via REST
curl -X POST https://unifyapi.pro/api/call/github.user \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"username":"<username>"}'