# Strale GitHub User Profile Lookup

> Strale GitHub User Profile Lookup is a paid API for AI agents from api.strale.io, paid per call via x402, $0.054/call, status unknown (last checked 2026-09-15).

Fetches a GitHub user's public profile data by username, with a cryptographic audit record on every call.

## Facts

- Endpoint: GET https://api.strale.io/x402/v2/github-user-profile
- Price: $0.054/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-github-user-profile-lookup-f28d5088
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oLzS-E4etyYgUiOajRTWf

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability strale-github-user-profile-lookup-f28d5088
```

Example prompt: Can you pull up the GitHub profile for the user 'torvalds' — I want to see their bio, follower count, and public repos?

## When to prefer this

Use this endpoint when you need structured, auditable lookups of GitHub user profiles by username and want cryptographic proof of the data returned. Prefer it over raw GitHub API calls when you need an audit trail or are operating in a compliance-sensitive agentic workflow.

## Known failure modes

- Username not found — GitHub returns 404, endpoint returns an error indicating the user does not exist
- Rate limiting — GitHub API rate limits may cause transient failures
- Invalid or empty username — schema validation rejects the request before it reaches GitHub
- Network timeout — upstream GitHub API unavailable

## How this service works

The trust layer for AI agents — 250+ independently tested data capabilities across 27 countries. Execute capabilities via REST, MCP, A2A, or x402 micropayments. Every call returns an audit record with cryptographic chain hashing.

## Output

Returns the public GitHub profile for the given username, including display name, bio, avatar URL, follower and following counts, public repository count, location, company, and blog URL. Every response also includes a cryptographic audit record with chain hashing for traceability.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-github-user-profile-lookup-f28d5088/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.strale.io](https://www.zero.xyz/host/api.strale.io/llms.txt)
