# Komo.ai Weatherbit Weather Data API

> Komo.ai Weatherbit Weather Data API is a paid API for AI agents from komo-ai.vercel.app, paid per call via x402, $0.136673/call, status unknown (last checked 2026-09-15).

Provides weather data and forecasts via the Weatherbit API, accessed through Komo.ai's pay-per-call x402 marketplace on Base chain

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/weatherbit-v1-mashape
- Price: $0.136673/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/komo-ai-weatherbit-weather-data-api-d4ca0ac6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gFT5XCBgHiRbIhjohpzfD

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 komo-ai-weatherbit-weather-data-api-d4ca0ac6 -d '<json body>'
```

Example prompt: What's the current weather in Miami, Florida — temperature, humidity, wind speed, and any precipitation today?

## When to prefer this

Use this endpoint when you need reliable weather data backed by Weatherbit's dataset and want to pay per call via the x402 protocol on Base chain without a traditional API subscription; suitable for agents that need on-demand weather lookups without managing API keys directly

## Known failure modes

- Invalid or missing location parameter returns an error
- Unsupported date range returns no data
- Payment failure via x402 protocol blocks the request
- Weatherbit upstream API outage causes 502 or timeout
- Malformed request body returns a validation error

## How this service works

150 premium API endpoints with pay-per-call pricing via x402 protocol on Base chain

## Output

Returns a result object containing weather data from the Weatherbit API, including meteorological measurements such as temperature, precipitation, wind, and humidity for the queried 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/komo-ai-weatherbit-weather-data-api-d4ca0ac6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from komo-ai.vercel.app](https://www.zero.xyz/host/komo-ai.vercel.app/llms.txt)
