# KiteEndpoints.ai - OpenWeatherMap Proxy

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

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

## Facts

- Endpoint: POST https://kite-solana.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-18b38ad2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kMAYLn4qaZi6c0uQF5D9u

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

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

## When to prefer this

Choose this endpoint when you need weather data within a crypto-native, pay-per-request (USDC on Base) workflow and do not want to manage a direct OpenWeatherMap API key. Ideal for agents that already use x402-compatible payment infrastructure and need weather lookups as part of a broader multi-API automation. Less appropriate if you need bulk weather queries or already have a direct OpenWeatherMap subscription.

## Known failure modes

- Invalid or unrecognized city name returns an error result
- Missing required location parameter causes a 400-level error
- OpenWeatherMap upstream outage may cause delayed or failed responses
- Ambiguous city names (e.g. 'Springfield') may return results for the wrong location
- Payment failure in USDC on Base chain prevents the request from being processed

## 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 for the queried location, including temperature, humidity, wind speed, weather description, and other standard OpenWeatherMap fields, wrapped in a result object.

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