# GitHub Trending Repositories Feed

> GitHub Trending Repositories Feed is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.021/call, status unknown (last checked 2026-09-14).

Returns the current list of trending repositories on GitHub, payable per-call via USDC on Base mainnet with no API key required.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/github-trending
- Price: $0.021/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/github-trending-repositories-feed-8b2b325b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zSJhWzG8b5P921gu2tkOJ

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-trending-repositories-feed-8b2b325b
```

Example prompt: What are the trending repositories on GitHub right now — show me the top projects, ideally filtered to Python if possible.

## When to prefer this

Choose this endpoint when you need real-time GitHub trending data without setting up a GitHub API key or OAuth credentials. Ideal for agents that require pay-per-call economics (USDC micro-payments) rather than subscription-based access. Best when the user wants a quick snapshot of what's currently popular in open source without maintaining a persistent integration.

## Known failure modes

- GitHub trending data temporarily unavailable — upstream scrape failure returns empty or error response
- Invalid language or time-range filter parameter causes 400-level error
- Payment not processed correctly via x402/USDC — returns 402 Payment Required
- Rate limiting or payment verification delay causes timeout

## How this service works

Domain-agnostic x402 capability chassis by IntuiTek¹. 300 AI-callable data services — pay USDC on Base mainnet. No accounts or API keys required.

## Output

A ranked list of currently trending GitHub repositories, each including the repository name, author/owner, description, primary programming language, current star count, fork count, and stars gained in the trending period.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/github-trending-repositories-feed-8b2b325b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
