# KiteEndpoints.ai Weather DB

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

Queries a weather database to retrieve weather data for a given location or query via a paid POST endpoint on Base chain.

## Facts

- Endpoint: POST https://kite-solana.vercel.app/api/weather-db
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-weather-db-8e7f4f8d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T9V4g875AR-fFLijDDtXR

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-weather-db-8e7f4f8d -d '<json body>'
```

Example prompt: Can you pull the current weather data for New York City from the KiteEndpoints weather database and tell me the temperature and conditions?

## When to prefer this

Choose this endpoint when you need programmatic, pay-per-request weather data retrieval via USDC micropayments on Base chain, and don't want to manage a subscription with a traditional weather API provider. Best suited for lightweight, infrequent lookups where cost-per-call billing is preferable.

## Known failure modes

- Missing or invalid location parameter returns an error or empty result
- Insufficient USDC balance on Base chain results in payment failure and no response
- Malformed POST body may return a generic API error
- Service downtime on the Vercel deployment may cause 503 errors
- Rate limiting or quota exhaustion may block requests

## 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 JSON object with a result field containing weather data such as temperature, conditions, and related meteorological information for the queried location.

## 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-weather-db-8e7f4f8d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-solana.vercel.app](https://www.zero.xyz/host/kite-solana.vercel.app/llms.txt)
