# KiteEndpoints.ai - OpenWeatherMap Proxy

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

Fetches current weather data for a given location via a proxied OpenWeatherMap API call, billed per request in USDC on Base chain.

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/open-weather-map
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-openweathermap-proxy-f578b461
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cefBiWRXg5egQDV1ULglU

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

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

## When to prefer this

Choose this endpoint when you need current weather data and want to pay per-request in USDC on Base chain without managing your own OpenWeatherMap API key or subscription. It is useful for agents operating in crypto-native payment environments (x402 protocol) that need lightweight, on-demand weather lookups.

## Known failure modes

- Invalid or unrecognized location name returns an error or empty result
- Payment failure on Base chain prevents request from being processed
- OpenWeatherMap upstream outage causes degraded or no response
- Malformed input schema results in a generic error response
- Rate limits or quota exhaustion on the underlying OpenWeatherMap account cause 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 with weather data sourced from OpenWeatherMap, including current temperature, weather conditions, humidity, wind speed, 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-openweathermap-proxy-f578b461/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
