# KiteEndpoints.ai - Visual Crossing Weather API

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

Proxies the Visual Crossing weather data API, returning weather forecasts and historical weather data for a given location

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/visual-crossing
- Price: $0.06/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-visual-crossing-weather-api-2396c7d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZLiFUJXYc_wfWx3w32EwQ

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-visual-crossing-weather-api-2396c7d3 -d '<json body>'
```

Example prompt: Can you pull the 7-day weather forecast for Chicago from Visual Crossing, including daily highs, lows, precipitation chance, and wind speed starting from tomorrow?

## When to prefer this

Use this endpoint when you need Visual Crossing weather data (forecasts or historical) via a pay-per-request model using USDC on Base chain, without managing a separate Visual Crossing API key or subscription. Ideal for low-volume, on-demand weather lookups in agent workflows.

## Known failure modes

- Invalid or unrecognized location returns error or empty result
- Date range out of bounds for historical data returns error
- Missing required query parameters causes malformed request
- Payment failure (insufficient USDC) results in 402 response and no data
- Visual Crossing upstream outage causes timeout or error propagation

## 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 Visual Crossing, including forecast or historical weather metrics such as temperature, precipitation, wind, and conditions for the requested location and time period.

## 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-visual-crossing-weather-api-2396c7d3/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)
