# KiteEndpoints.ai Weather API

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

Fetches weather data via a pay-per-request hub endpoint powered by WeatherAPI, billed in USDC on Base chain

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/weatherapi
- Price: $0.11/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-api-4f8ac5be
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HlovpCaDuRTNwJ7xqj9Ha

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-api-4f8ac5be -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need weather data and are already operating within the KiteEndpoints.ai pay-per-request ecosystem using USDC on Base chain, and want a single billing relationship rather than managing a separate WeatherAPI subscription.

## Known failure modes

- Missing or malformed location parameter returns an error or empty result
- Insufficient USDC balance results in payment failure and 402 response
- WeatherAPI upstream outage causes delayed or failed response
- Invalid request payload structure returns a schema validation error

## 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 weather API response data, likely including current conditions, temperature, humidity, and related meteorological fields 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-api-4f8ac5be/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)
