# KiteEndpoints.ai - WeatherAPI.com Proxy

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

Fetches weather data from WeatherAPI.com via a pay-per-request proxy, returning current conditions, forecasts, or historical weather for a given location.

## Facts

- Endpoint: POST https://kite-solana.vercel.app/api/weatherapi-com
- Price: $0.15/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-weatherapi-com-proxy-95550a66
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KMGyoia1T67B69HJXKiNs

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-weatherapi-com-proxy-95550a66 -d '<json body>'
```

Example prompt: What's the current weather in London right now — temperature, humidity, and wind speed?

## When to prefer this

Choose this endpoint when you need structured weather data (current, forecast, or historical) and want to pay per call in USDC without managing your own WeatherAPI.com subscription. Useful for agents needing occasional weather lookups without a long-term API key commitment.

## Known failure modes

- Invalid or unrecognized location name returns an error
- Missing required query parameters result in a bad request response
- Payment failure or insufficient USDC balance blocks the request
- WeatherAPI.com upstream outage causes proxy failure
- Rate limiting or quota exhaustion on the underlying WeatherAPI.com account

## 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 containing weather data sourced from WeatherAPI.com — typically including current conditions (temperature, humidity, wind speed, precipitation, UV index, visibility), location metadata, and optionally multi-day forecast data depending on the query parameters passed.

## 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-weatherapi-com-proxy-95550a66/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)
