# GGWP API Hub - Current Weather

> GGWP API Hub - Current Weather is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.063152/call, status unknown (last checked 2026-09-15).

Returns current weather conditions for a specified location via a pay-per-call x402 API on Base chain.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/weather-current
- Price: $0.063152/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-current-weather-1351e685
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VMH2ubMCvYsrq6zvwp18r

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 ggwp-api-hub-current-weather-1351e685 -d '<json body>'
```

Example prompt: What's the current weather in Tokyo right now — temperature, conditions, and wind speed?

## When to prefer this

Use this endpoint when you need real-time current weather conditions and are operating in a pay-per-call, blockchain-native (x402/Base) payment environment. Suitable for AI agents that need live weather data on demand without subscription management overhead.

## Known failure modes

- Invalid or unrecognized location returns an error or empty result
- Payment failure on Base chain results in HTTP 402 response and no data returned
- Upstream weather data provider unavailable causes timeout or null response
- Malformed request body results in a schema validation error

## 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 current weather data for the queried location, including temperature, weather description, humidity, wind speed, and related meteorological conditions packaged in a result object.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## 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/ggwp-api-hub-current-weather-1351e685/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
