# Weatherbit v1 Weather API (via KiteEndpoints.ai)

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

Provides weather data and forecasts using the Weatherbit API, accessible via a pay-per-request proxy on Base chain.

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/weatherbit-v1-mashape
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/weatherbit-v1-weather-api-via-kiteendpoints-ai-9286f49d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Mo6azk4VJMSf3I3bvJirp

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 weatherbit-v1-weather-api-via-kiteendpoints-ai-9286f49d -d '<json body>'
```

Example prompt: What's the current weather and 5-day forecast for Miami, FL — temperature, humidity, wind speed, and conditions?

## When to prefer this

Use this endpoint when you need structured weather data (current conditions or forecasts) from the Weatherbit data source and want to pay per request with USDC on Base chain rather than managing a direct Weatherbit API subscription.

## Known failure modes

- Invalid or missing location parameters result in an error response
- Upstream Weatherbit API unavailability causes failure
- Malformed request body returns 400-level error
- Payment not received or insufficient USDC results in 402 Payment Required
- Rate limits exceeded on underlying Weatherbit plan

## 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 JSON object with weather data from Weatherbit, including current conditions or forecast data such as temperature, humidity, wind speed, precipitation, UV index, and sky conditions 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/weatherbit-v1-weather-api-via-kiteendpoints-ai-9286f49d/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)
