# scout.hugen.tokyo GitHub Repository Details

> scout.hugen.tokyo GitHub Repository Details is a paid API for AI agents from scout.hugen.tokyo, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Fetches GitHub repository metadata including stars, forks, contributors, releases, and license information for a given repo.

## Facts

- Endpoint: GET https://scout.hugen.tokyo/scout/github/repo
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scout-hugen-tokyo-5967771c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TWUDseFhB8MPCethfYa6Z

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 scout-hugen-tokyo-5967771c
```

Example prompt: Can you pull up the GitHub repo details for facebook/react — I want to know the star count, number of forks, top contributors, latest releases, and what license it uses?

## When to prefer this

Use this endpoint when you need structured, programmatic access to GitHub repository metadata such as stars, forks, contributors, releases, and license — especially in agentic workflows where you need open source intelligence without scraping GitHub directly. Prefer this over general web search when you need clean, structured repo data.

## Known failure modes

- Repository not found — returns 404 or error if owner/repo name is incorrect
- Private repository — cannot retrieve details for non-public repos
- GitHub API rate limiting — may fail under heavy usage
- Invalid or malformed repository identifier — returns validation error
- Payment failure — USDC transaction on Base or Solana not processed

## How this service works

Get GitHub repository details — stars, forks, contributors, releases, and license info. AI agent API for open source intelligence. Accepts USDC payments on Base and Solana

## Output

Returns structured data about the specified GitHub repository including star count, fork count, list of contributors, release history, and license information.

## Example request

```json
{
 "repo": "react",
 "input": {
  "method": "GET"
 },
 "owner": "facebook"
}
```

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "required": [
    "method"
   ],
   "properties": {
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scout-hugen-tokyo-5967771c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scout.hugen.tokyo](https://www.zero.xyz/host/scout.hugen.tokyo/llms.txt)
