# whatchuneed GitHub Repo Info

> whatchuneed GitHub Repo Info is a paid API for AI agents from whatchuneed.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Fetches metadata and details about a GitHub repository given a natural language or URL input

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/util/github-repo
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-github-repo-info-99bdd6b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OqNk3LreJxf60oxdh0ixL

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 whatchuneed-github-repo-info-99bdd6b7 -d '<json body>'
```

Example prompt: Can you pull up the details for the GitHub repo at https://github.com/coinbase/x402 — I want to know the description, main language, star count, and any listed topics?

## When to prefer this

Use this endpoint when an agent needs to quickly retrieve structured metadata about a GitHub repository without setting up direct GitHub API credentials. It is ideal for one-off lookups during research, dependency evaluation, or open-source project discovery tasks where only $0.01 USDC per call is charged via x402 protocol.

## Known failure modes

- Invalid or non-existent repository URL returns an error or empty result
- Private repositories may not be accessible without authentication tokens
- Rate limiting from GitHub API may cause failures under high call volume
- Malformed input string that cannot be resolved to a repo may return a null or error result
- Network timeout if GitHub is slow to respond

## How this service works

320+ pay-per-call API endpoints across accommodation, LLM, code execution, crypto, medical, finance, and more. One API, one payment. Powered by x402 protocol.

## Output

Returns a result object containing GitHub repository metadata such as repository name, description, primary programming language, star count, fork count, topics, license information, owner details, and activity indicators like last pushed date or archived status.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Request input"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "Response data"
  },
  "status": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/whatchuneed-github-repo-info-99bdd6b7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from whatchuneed.vercel.app](https://www.zero.xyz/host/whatchuneed.vercel.app/llms.txt)
