# KiteEndpoints.ai - OpenWeatherMap Proxy

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

Fetches current weather data and forecasts for a given location via OpenWeatherMap, billed per request in USDC on Base chain

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/open-weather-map
- Price: $0.05/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-openweathermap-proxy-9156d3a2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RHVmUDh6pt7QfAdxYx-Ui

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-openweathermap-proxy-9156d3a2 -d '<json body>'
```

Example prompt: Can you get me the current weather conditions in London right now — temperature, humidity, and wind speed?

## When to prefer this

Choose this endpoint when you need quick, pay-per-use weather data without managing your own OpenWeatherMap API key, and when paying in USDC on Base chain is acceptable. Suitable for AI agents that need weather lookups on demand without subscription overhead.

## Known failure modes

- Invalid or unrecognized location name returns an error or empty result
- Network timeout if OpenWeatherMap upstream is slow
- Payment failure if USDC balance is insufficient on Base chain
- Malformed request body returns a validation error
- Rate limiting or quota errors from the upstream OpenWeatherMap API

## 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 structured object containing current weather data for the requested location, including temperature, humidity, wind speed, weather condition description, and potentially short-term forecast data, wrapped in a result object from the OpenWeatherMap API.

## 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-openweathermap-proxy-9156d3a2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
