# KiteEndpoints.ai – Foreca Weather API

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

Proxies Foreca weather data (forecasts, current conditions) via a pay-per-request USDC gateway on the Base chain

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/foreca
- Price: $0.11/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-foreca-weather-api-bdbf587e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_taVycSWz65Yj1rdqSrXkM

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-foreca-weather-api-bdbf587e -d '<json body>'
```

Example prompt: Can you get me the current weather conditions and 5-day forecast for London, UK using the Foreca data source?

## When to prefer this

Choose this endpoint when you need Foreca-sourced weather data and are operating in a crypto-native or agent payment environment using USDC on Base chain, and want pay-per-request pricing without a traditional API key subscription.

## Known failure modes

- Invalid or unrecognized location returns empty or error result
- Payment of 0.11 USDC not fulfilled causes 402 Payment Required
- Foreca upstream outage causes delayed or failed response
- Missing required location parameters returns malformed response
- Network timeout from proxy layer returns no data

## 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 Foreca weather API response data, typically including current conditions, temperature, precipitation, wind, and forecast data 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-foreca-weather-api-bdbf587e/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)
