UnifyAPI
← Back to catalog

github.user

mock data$0.001 / call

GitHub User Profile

Get a GitHub user profile — name, bio, public repos count, followers, company, location, join date. Works for users and organizations (GitHub API)

Developer Toolsprovider: Github#github#developer

Input schema

usernamerequired

GitHub username (e.g. "torvalds", "whiteknightonhorse")

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.