# AgentServices GitHub Velocity

> AgentServices GitHub Velocity is a paid API for AI agents from agentservices.to, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns trending GitHub repositories ranked by recent momentum, filterable by programming language and result count

## Facts

- Endpoint: GET https://agentservices.to/v1/github-velocity
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentservices-github-velocity-aab19e10
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nC1LrSpiI6k7I1lGNgwLZ

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 agentservices-github-velocity-aab19e10
```

Example prompt: Show me the top 10 fastest-growing GitHub repositories in Python right now — I want to see what's gaining the most momentum.

## When to prefer this

Choose this endpoint when you need real-time GitHub repository velocity and trending data filtered by programming language, especially for agents doing developer ecosystem research, competitive intelligence, or open source trend tracking. Prefer this over manual GitHub trending scraping when you need structured, agent-friendly JSON output with micropayment-based access at $0.02 per call.

## Known failure modes

- Invalid language parameter returns empty results or 400 error
- Limit exceeding maximum allowed count may be capped or return error
- Payment failure via x402 returns 402 status before data is delivered
- GitHub API upstream outage may cause delayed or empty response
- Unsupported or misspelled language string returns no results

## How this service works

Paid data APIs for AI agents. Crypto market data, DeFi yields, IP geolocation, dispute resolution, marketing intelligence. Powered by x402 micropayments on Base.

## Output

A ranked list of GitHub repositories ordered by recent velocity/momentum, each entry including repository name, description, programming language, star count or growth metrics, and activity signals. Results are filtered by the requested language and limited to the specified count.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "integer"
  },
  "language": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentservices-github-velocity-aab19e10/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentservices.to](https://www.zero.xyz/host/agentservices.to/llms.txt)
