# GitHub Repository Stats Lookup

> GitHub Repository Stats Lookup is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status down (last checked 2026-09-15).

Fetches GitHub repository metadata including stars, forks, watchers, open issues, primary language, license, topics, and activity dates for a given owner/repo.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/github-repo
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/github-repository-stats-lookup-66400b26
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qNC4-GOEf0WHJuNPDcgBn

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 github-repository-stats-lookup-66400b26 -d '<json body>'
```

Example prompt: Can you pull up the GitHub stats for the facebook/react repo — I want to know the star count, forks, open issues, license, and what topics it's tagged with?

## When to prefer this

Use this endpoint when you need quick, structured metadata about any public GitHub repository — stars, forks, issues, language, license, and topics — without setting up GitHub API credentials yourself. Prefer it over direct GitHub API calls when operating in an x402 pay-per-call agent context where authentication is handled via micropayment.

## Known failure modes

- Invalid or non-existent repo slug returns an error or empty result
- Malformed ?repo= parameter (missing slash separator) causes a bad request
- Private repositories are not accessible and will return an error
- Rate limiting on the underlying GitHub API may cause occasional failures
- Network timeout if GitHub API is temporarily slow

## How this service works

GitHub repository stats (?repo=owner/name): stars, forks, watchers, issues, language, license, topics, activity dates. Returns JSON.

## Output

A JSON object containing the repository's star count, fork count, watcher count, open issue count, primary programming language, license identifier, list of topics, creation date, last push date, and last update date.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/github-repository-stats-lookup-66400b26/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
