# KiteEndpoints.ai – Foreca Weather API

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

Fetches weather forecast data from the Foreca weather service via a paid proxy endpoint on KiteEndpoints.ai

## Facts

- Endpoint: POST https://kite-hub-v2.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-8603abce
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_247SY893Xj_biW3ahBMYG

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

Example prompt: Can you get me the Foreca weather forecast for London for the next 5 days, including temperature highs and lows and chance of rain?

## When to prefer this

Choose this endpoint when you need reliable, Foreca-sourced weather forecast data without maintaining your own Foreca API subscription — especially useful for agents that need pay-per-request weather lookups billed in USDC on Base chain. Prefer over generic weather APIs when Foreca's specific data model or coverage is required.

## Known failure modes

- Invalid or unrecognized location returns an error or empty result
- Missing required location parameter causes a 400-level error
- Foreca upstream service unavailability causes timeout or 5xx response
- Payment failure (insufficient USDC) blocks the request with a 402 response
- Out-of-range forecast date (too far in future) may return empty or partial 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 Foreca containing meteorological data such as temperature, precipitation probability, wind speed, humidity, and general weather conditions for the requested location and time range.

## 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-8603abce/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)
