# KiteEndpoints.ai - Foreca Weather API

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

Fetches weather forecast data via the Foreca weather service through the KiteEndpoints.ai API hub

## Facts

- Endpoint: POST https://kite-endpoints.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-17813806
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ydDwsgEzaCS5Eis_aKKp_

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

Example prompt: Can you pull the weather forecast for London for the next 5 days using the Foreca data feed — I need temperature highs and lows plus precipitation chances?

## When to prefer this

Choose this endpoint when you need weather forecast data powered by Foreca's meteorological data and are already using the KiteEndpoints.ai hub for other API calls, paying per-request in USDC on Base chain. Particularly useful for agents that need weather data without managing a separate Foreca subscription.

## Known failure modes

- Invalid or unrecognized location returns empty or error result
- Malformed request object causes API rejection
- Payment failure (insufficient USDC balance) blocks the request
- Foreca upstream service unavailability causes timeout or error
- Missing required location parameters return generic or null 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 weather forecast result object from the Foreca weather service, typically including temperature data, precipitation probabilities, and weather condition indicators for the queried location and time range, wrapped in a result envelope.

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