# KiteEndpoints.ai - WeatherAPI.com Proxy

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

Proxies requests to WeatherAPI.com for weather data, returning current conditions, forecasts, and related weather information via a pay-per-request USDC model.

## Facts

- Endpoint: POST https://kite-hub-v2.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-284905c3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tFLfur54iRQ0qY3NREZ9C

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-284905c3 -d '<json body>'
```

Example prompt: What's the current weather in Miami right now — temperature, humidity, and conditions?

## When to prefer this

Use this endpoint when you need weather data backed by WeatherAPI.com and want to pay per-request in USDC on Base chain without managing a separate WeatherAPI.com subscription. Suitable for agents needing on-demand weather lookups without committing to a monthly API plan.

## Known failure modes

- Invalid or unrecognized location name returns an error from upstream WeatherAPI.com
- Missing required query parameters may result in an empty or malformed response
- Payment failure (insufficient USDC balance) blocks the request before it reaches the weather provider
- Upstream WeatherAPI.com outage causes downstream failure
- Rate limiting by the underlying provider may cause intermittent failures

## 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 from WeatherAPI.com, including current conditions such as temperature, humidity, wind speed, and weather description, or forecast data depending on the query parameters sent.

## 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-284905c3/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)
