Weather

Open-Meteo

economy

Open-Meteo is an cost-effective weather provider offering Realtime Weather, Weather Forecast, Ensemble Weather Forecast and 1 more through Aweb's unified API. It features none streaming support with premium-tier latency.

Try Open-MeteoOfficial docs

Specifications

CategoryWeather
Auth Typenone
Latency Tierpremium
Streamingnone
Pricing Tiereconomy
Reliabilitypremium
Qualitypremium
Base URLhttps://api.open-meteo.com/v1
SDK Package

Capabilities (4)

Realtime Weatherweather.realtime
Score: 90
Weather Forecastweather.forecast
Score: 95
Ensemble Weather Forecastweather.ensemble
Score: 98DEFAULT
Historical Weatherweather.historical
Score: 97DEFAULT

Public discovery

Inspect Open-Meteo's current readiness, sources, capabilities, and MCP tool posture through Aweb's public integration catalog. Provider-pinned execute examples are intentionally withheld until the canonical public execute contract is normalized.

cURL

curl "https://aweblabs.ai/api/v2/integrations/catalog" \
  | jq '.providers[] | select(.providerId == "open-meteo")'

TypeScript

const response = await fetch(
  'https://aweblabs.ai/api/v2/integrations/catalog'
);

const catalog = await response.json();
const provider = catalog.providers.find((item) => item.providerId === 'open-meteo');

console.log(provider?.readiness);
console.log(provider?.mcpTools?.length ?? 0);

Related Weather providers

Tomorrow.io

standard tier

Getting started →API reference →All capabilities →All providers →