# GGWP API Hub – Weather Forecast

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

Returns a weather forecast for a given location using the GGWP pay-per-call API hub.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/weather-forecast
- Price: $0.071885/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-weather-forecast-b12cf61a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lJhewJ25wsZE90WSWceBY

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-weather-forecast-b12cf61a -d '<json body>'
```

Example prompt: What's the weather forecast for Chicago over the next few days? Use the GGWP weather forecast endpoint to pull the latest conditions and predictions.

## When to prefer this

Choose this endpoint when you need programmatic weather forecast data via a pay-per-call model on the Base blockchain using the x402 payment protocol, and when you are already integrated with the GGWP API Hub ecosystem for other data types.

## Known failure modes

- Missing or invalid location parameter returns a generic error response
- Payment failure on Base chain results in 402 response and no data returned
- Upstream weather data provider unavailability may return empty or stale result
- Malformed request body causes validation error with no forecast data

## 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 result object containing weather forecast data such as temperature, conditions, and predictions for the requested location, wrapped in a standard API response envelope.

## 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-weather-forecast-b12cf61a/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)
