# Vibes API Hub – Weather Forecast

> Vibes API Hub – Weather Forecast is a paid API for AI agents from vibes-coral-tau.vercel.app, paid per call via x402, $0.079429/call, status unknown (last checked 2026-09-14).

Returns a multi-day weather forecast for a given latitude/longitude coordinate pair

## Facts

- Endpoint: POST https://vibes-coral-tau.vercel.app/api/weather-forecast
- Price: $0.079429/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vibes-api-hub-weather-forecast-6414d98e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_o_4kjy-APoFV5ez5pPYX6

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 vibes-api-hub-weather-forecast-6414d98e -d '<json body>'
```

Example prompt: Can you pull a 5-day weather forecast for coordinates 40.7128° N, 74.0060° W — I need to know what conditions to expect over the next few days?

## When to prefer this

Choose this endpoint when you need a pay-per-call weather forecast tied to precise geographic coordinates without a subscription, especially in x402-compatible agent workflows on Base chain. Useful for lightweight integrations that only occasionally need forecast data and want to avoid monthly API key commitments.

## Known failure modes

- Invalid or out-of-range latitude/longitude values result in an error response
- Missing required lat or lon parameters cause a bad request error
- Days parameter with an unsupported range may return partial or error data
- Payment failure via x402 protocol results in a 402 Payment Required response
- Upstream weather data provider outage may cause 503 or empty response

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a JSON object containing multi-day weather forecast data for the specified coordinates, likely including temperature, precipitation, wind conditions, and weather condition descriptions for each requested day.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lat": {
   "type": "string"
  },
  "lon": {
   "type": "string"
  },
  "days": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vibes-api-hub-weather-forecast-6414d98e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vibes-coral-tau.vercel.app](https://www.zero.xyz/host/vibes-coral-tau.vercel.app/llms.txt)
