# KiteEndpoints.ai - Yahoo Weather API

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

Fetches current weather and forecast data from Yahoo Weather for a given location

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/yahoo-weather
- Price: $0.14/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-yahoo-weather-api-f1e53936
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nkgbN_l-vBChBjruBuwbB

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-yahoo-weather-api-f1e53936 -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need quick weather lookups via Yahoo Weather specifically, and are already operating within the KiteEndpoints.ai payment ecosystem using USDC on Base chain. It is a pay-per-request option without subscription overhead, suitable for occasional or low-volume weather queries inside agent workflows.

## Known failure modes

- Invalid or unrecognized location returns an error or empty result
- Yahoo Weather upstream service outage causes request failure
- Missing location parameter results in a bad request error
- Payment of 0.14 USDC not confirmed leads to 402 Payment Required response
- Rate limiting or quota exhaustion returns an error response

## 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 weather data from Yahoo Weather, typically including current temperature, weather conditions description, humidity, wind speed, and possibly a short-term forecast 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-yahoo-weather-api-f1e53936/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)
