# Vibes API Hub - Current Weather

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

Returns current weather conditions for a given geographic coordinate (latitude/longitude)

## Facts

- Endpoint: POST https://vibes-coral-tau.vercel.app/api/weather-current
- Price: $0.056434/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vibes-api-hub-current-weather-cec21ff5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_18n3saMUCS9mZ4oVqpHgy

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-current-weather-cec21ff5 -d '<json body>'
```

Example prompt: What's the current weather at latitude 40.7128, longitude -74.0060?

## When to prefer this

Choose this endpoint when you need real-time current weather for a specific geographic coordinate and are already using the Vibes API Hub ecosystem with x402 micropayment support on Base chain. Useful for agents that need lightweight pay-per-call weather lookups without a full weather API subscription.

## Known failure modes

- Invalid or out-of-range latitude/longitude values may return an error
- Missing lat or lon parameters will cause a bad request response
- Coordinates over open ocean or uninhabited areas may return limited data
- Upstream weather provider outage could cause no data or stale data
- Payment failure on Base chain will block the call entirely

## 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 current weather conditions for the specified coordinates, likely including temperature, weather description, humidity, wind speed, and other meteorological data at the time of the request.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vibes-api-hub-current-weather-cec21ff5/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)
