Look up public GitHub user profiles, repositories, and activity. No API key required (unauthenticated, 60 req/hour per IP).
https://api.apiclearinghouse.com/v1/call/github-userAuthenticate with X-Api-Key: chk_live_... header.
/profile| Name | Type | Required | Description |
|---|---|---|---|
| username | string | required | GitHub username |
curl -s "https://api.apiclearinghouse.com/v1/call/github-user/profile?username={username}" \
-H "X-Api-Key: YOUR_API_KEY"{
"status": "success",
"data": {
"bio": "example",
"name": "example",
"login": "example",
"followers": "example",
"following": "example"
}
}No setup required. Sign in and run GitHub User directly from your browser.
Open in Explorer →Monthly limits also apply per plan.