# KiteEndpoints.ai – OpenWeatherMap Proxy

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

Fetches current weather data and forecasts via OpenWeatherMap through a pay-per-request USDC proxy

## Facts

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

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

Example prompt: Can you get me the current weather conditions for Tokyo — temperature, humidity, and wind speed?

## When to prefer this

Choose this endpoint when you need weather data without managing your own OpenWeatherMap API key, and are already operating in a USDC/x402 micropayment environment. Ideal for agents that call weather data infrequently (pay-per-request is cost-efficient) or need a pre-integrated, aggregated hub endpoint rather than a direct OpenWeatherMap integration.

## Known failure modes

- Missing or invalid location input returns an error or empty result
- OpenWeatherMap upstream rate limits or outages propagate as errors
- Malformed request body causes a 400-level response
- Payment not confirmed results in a 402 Payment Required response
- Very remote or non-existent location names may return no results

## 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 current weather data or forecast information from OpenWeatherMap, including temperature, humidity, wind speed, sky conditions, and other meteorological fields depending on the query.

## 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-7b19bc21/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)
