# KiteEndpoints.ai - Pickleball API

> KiteEndpoints.ai - Pickleball API is a paid API for AI agents from kite-hub-v3.vercel.app, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-14).

Provides pickleball-related data and information via a paid API endpoint on the KiteEndpoints.ai hub

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/pickleball
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-pickleball-api-5803581a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_r7VnXPt83Gg7KZPed3dVQ

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 kiteendpoints-ai-pickleball-api-5803581a -d '<json body>'
```

Example prompt: Can you pull up the latest pickleball tournament standings or player rankings from the KiteEndpoints pickleball API?

## When to prefer this

Use this endpoint when you need pickleball-specific sports data — such as player rankings, tournament results, match scores, or event information — and are comfortable paying per-request in USDC on the Base chain. Prefer this over general sports APIs if you specifically need pickleball data through a crypto-native payment model.

## Known failure modes

- Invalid or missing input parameters returning an error result
- Payment failure due to insufficient USDC on Base chain
- Rate limiting or quota exceeded for the hub
- Endpoint returning generic example data if no valid query is provided
- Network timeout from the Vercel-hosted service

## 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 pickleball-related data such as player stats, tournament information, rankings, scores, or other sport-specific details depending on the query submitted.

## 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/kiteendpoints-ai-pickleball-api-5803581a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
