# TheRundown v1 via Komo.ai

> TheRundown v1 via Komo.ai is a paid API for AI agents from komo-ai.vercel.app, paid per call via x402, $0.080512/call, status unknown (last checked 2026-09-15).

Provides sports data and odds information from TheRundown API, proxied through Komo.ai's x402 pay-per-call marketplace on Base chain

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/therundown-therundown-v1
- Price: $0.080512/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/therundown-v1-via-komo-ai-8e0e7fb4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_auGwT_iIswRBOsGexS5Ef

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 therundown-v1-via-komo-ai-8e0e7fb4 -d '<json body>'
```

Example prompt: Can you pull the latest odds and betting lines for tonight's NFL games from TheRundown?

## When to prefer this

Use this endpoint when you need sports odds, schedules, or scores data and want to pay per call via USDC on Base chain without a subscription. Prefer this over direct TheRundown API access when you need crypto-native micropayment billing.

## Known failure modes

- Missing or malformed sport/event parameters returns an error
- Payment failure via x402 protocol blocks the request
- Invalid game ID returns empty or error result
- Rate limiting if too many calls are made
- Unavailable data for future or obscure events

## How this service works

150 premium API endpoints with pay-per-call pricing via x402 protocol on Base chain

## Output

Returns sports data including game schedules, odds, betting lines, scores, and event details for the queried sport or game, wrapped in a result object.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/therundown-v1-via-komo-ai-8e0e7fb4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from komo-ai.vercel.app](https://www.zero.xyz/host/komo-ai.vercel.app/llms.txt)
