# TheRundown Sports Data API via KiteEndpoints

> TheRundown Sports Data API via KiteEndpoints is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Fetches sports data, odds, and scores from TheRundown API proxied through KiteEndpoints mega-hub, paid per request with USDC on Base chain.

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/therundown-therundown-v1
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/therundown-sports-data-api-via-kiteendpoints-b7dceefe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8LUcA_dLMfawkte4JGzxx

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-sports-data-api-via-kiteendpoints-b7dceefe -d '<json body>'
```

Example prompt: Can you pull the latest NFL game odds and scores for this weekend's games from TheRundown?

## When to prefer this

Choose this endpoint when you need sports odds, scores, or game data from TheRundown and want to pay per request in USDC without a separate TheRundown subscription; suitable for low-frequency or one-off sports data lookups.

## Known failure modes

- Missing or invalid sport/event parameters returns error
- Payment failure on Base chain blocks request
- TheRundown upstream API unavailable returns 502
- Invalid date format returns validation error
- Unsupported league or sport returns empty result

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing sports data such as scores, odds, lines, spreads, and game metadata sourced from TheRundown's sports data API.

## 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-sports-data-api-via-kiteendpoints-b7dceefe/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
