# GitHub Trending Repositories

> GitHub Trending Repositories is a paid API for AI agents from pyfile-agent.taile3ff35.ts.net, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-13).

Returns recently created GitHub repositories ranked by star count (trending repos)

## Facts

- Endpoint: GET https://pyfile-agent.taile3ff35.ts.net/data/github/trending
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/github-trending-repositories-4befc790
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xOS-TY47LdrEf__tGNhKc

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-4befc790
```

Example prompt: What are the most popular new GitHub repositories right now, ranked by stars?

## When to prefer this

Use this endpoint when you need a quick, pre-aggregated list of trending GitHub repositories ranked by stars without needing to authenticate with GitHub or call the GitHub API directly. Ideal for agents that want to surface developer trends, scout new open source projects, or monitor what's popular in the GitHub ecosystem in real time.

## Known failure modes

- GitHub rate limiting or API unavailability returns an error or empty list
- Stale data if the endpoint caches results and GitHub trends have shifted
- Empty result set if no repos match any implicit recency filter
- Network timeout if the upstream GitHub data source is slow

## How this service works

GitHub repos created recently, ranked by stars

## Output

A ranked list of recently created GitHub repositories sorted by star count, likely including repo name, description, star count, programming language, and repository URL for each entry.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "days": {
       "type": "number"
      },
      "limit": {
       "type": "number"
      }
     }
    }
   }
  },
  "output": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/github-trending-repositories-4befc790/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pyfile-agent.taile3ff35.ts.net](https://www.zero.xyz/host/pyfile-agent.taile3ff35.ts.net/llms.txt)
