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

Quick start

Use Open-Meteo through Aweb's unified API — no provider-specific SDK needed.

cURL

curl -X POST https://api.aweb.studio/v1/execute \
  -H "Authorization: Bearer $AWEB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "open-meteo",
    "capability": "weather.realtime",
    "input": { "prompt": "Hello from Open-Meteo!" }
  }'

TypeScript

import { Aweb } from '@aweb/core';

const aweb = new Aweb({ apiKey: process.env.AWEB_API_KEY });

const result = await aweb.execute({
  provider: 'open-meteo',
  capability: 'weather.realtime',
  input: { prompt: 'Hello from Open-Meteo!' },
});

console.log(result.output);

Related Weather providers

Tomorrow.io

standard tier

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