# gateway.apiosk.com – Open-Meteo Weather Forecast

> gateway.apiosk.com – Open-Meteo Weather Forecast is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns current, hourly, and daily weather forecasts for a given latitude/longitude coordinate using the Open-Meteo API, accessed via a paid gateway.

## Facts

- Endpoint: GET https://gateway.apiosk.com/open-meteo/forecast
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gateway-apiosk-com-open-meteo-weather-forecast-c37b0784
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0EKmLBbvXSc_bk9Pt0Y9l

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 gateway-apiosk-com-open-meteo-weather-forecast-c37b0784
```

Example prompt: What's the current temperature and today's high and low in Amsterdam (52.37°N, 4.9°E), using the Europe/Amsterdam timezone?

## When to prefer this

Use this endpoint when you need weather forecast data (current, hourly, or daily) for any global coordinate pair and are operating within an x402 USDC payment context. Prefer this over direct Open-Meteo calls when you need a metered, pay-per-call gateway with built-in payment handling. Choose over openweather sibling endpoint if you prefer Open-Meteo's free-tier-derived data model or need specific Open-Meteo variable names.

## Known failure modes

- Missing latitude or longitude returns a 400-level error
- Invalid coordinate values (out of range) may return no data or an error
- Unsupported timezone string may cause parsing failure
- Network or gateway timeout returns a 5xx error
- Requesting unavailable weather variables returns partial or empty arrays
- Exceeding rate limits or insufficient USDC balance returns a 402 Payment Required

## How this service works

Weather forecast for a coordinate. Pick current/hourly/daily variables (temperature, wind, precipitation, humidity, …) and a timezone; returns the values plus their units.

## Output

Returns a JSON object with current weather conditions (temperature in °C, wind speed in km/h, timestamp), daily forecast arrays (max/min temperature, dates), plus metadata including latitude, longitude, elevation, and timezone.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gateway-apiosk-com-open-meteo-weather-forecast-c37b0784/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.apiosk.com](https://www.zero.xyz/host/gateway.apiosk.com/llms.txt)
