# KiteEndpoints.ai - OpenWeather API (open-weather13)

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

Fetches current weather data for a location via OpenWeatherMap, accessible as a pay-per-request endpoint on the x402 protocol

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/open-weather13
- Price: $0.18/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-openweather-api-open-weather13-ce018be1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sANdHLza-BbNA-wfy684Z

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-openweather-api-open-weather13-ce018be1 -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need pay-per-request weather data without managing an OpenWeatherMap API key subscription, and you are already operating within the x402/USDC micropayment ecosystem on Base chain. Useful for low-frequency weather lookups where a full subscription is not warranted.

## Known failure modes

- Invalid or unrecognized city name returns an error or empty result
- Missing required location parameter causes a bad request error
- Payment failure on x402 protocol causes 402 Payment Required response
- OpenWeatherMap upstream outage may cause delayed or failed response
- Ambiguous city name may return data for the wrong location

## 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 current weather data for the queried location, including temperature, humidity, wind speed, and weather conditions as provided by OpenWeatherMap.

## 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-openweather-api-open-weather13-ce018be1/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)
